#38059A

Color #38059A Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #38059A

Tints of Persian Indigo #38059A

Color information

#38059A (or 0x38059A) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 9A. RGB value is (56,5,154). Sum of RGB (Red+Green+Blue) = 56+5+154=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #38059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38059A is #C7FA65. Grayscale: #242424. Windows color (decimal): -13105766 or 10093880. OLE color: 10093880.

HSL color Cylindrical-coordinate representation of color #38059A: hue angle of 260.54º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38059A is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB565154-
CMYK0.640.9700.40
HSL260.54º93.71%31.18%-
HSV(B)260.54º96.75%60.39%-
XYZ7.523.2830.81-
YUV37.24193.9141.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 154 (60.55% from 255) = 71.63%
R=26.05%
G=2.33%
B=71.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5651540.640.9700.40260.5493.7131.18
Hex3859A40610281055e1f
Octal70523210014105040513637
Binary11100010110011010100000011000010101000100000101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38059A; }

 p { color: rgb(56,5,154); }

 H1.HeaderClassName
 {
   color: #38059A;
 }
 .AnyTagClassName
 {
   color: #38059A;
 }
</style>
background-color css

<style>
 a { background-color: #38059A; }

 a { background-color: rgb(56,5,154); }

 div.DivClassName
 {
   background-color: #38059A;
 }
 .BgClassName
 {
   background-color: #38059A;
 }
</style>
border-color css

<style>
 span { border-color: #38059A; }

 span { border-color: rgb(56,5,154); }

 td.TdClassName
 {
   border-color: #38059A;
 }
 .TagClassName
 {
   border-color: #38059A;
 }
</style>