#35038B

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

Shades of Persian Indigo #35038B

Tints of Persian Indigo #35038B

Color information

#35038B (or 0x35038B) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 8B. RGB value is (53,3,139). Sum of RGB (Red+Green+Blue) = 53+3+139=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #35038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35038B is #CAFC74. Grayscale: #202020. Windows color (decimal): -13302901 or 9110325. OLE color: 9110325.

HSL color Cylindrical-coordinate representation of color #35038B: hue angle of 262.06º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35038B is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB533139-
CMYK0.620.9800.45
HSL262.06º95.77%27.84%-
HSV(B)262.06º97.84%54.51%-
XYZ6.162.6924.62-
YUV33.45187.56141.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 139 (54.69% from 255) = 71.28%
R=27.18%
G=1.54%
B=71.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5331390.620.9800.45262.0695.7727.84
Hex3538B3E6202D106601c
Octal6532137614205540614034
Binary110101111000101111111011000100101101100000110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35038B; }

 p { color: rgb(53,3,139); }

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

<style>
 a { background-color: #35038B; }

 a { background-color: rgb(53,3,139); }

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

<style>
 span { border-color: #35038B; }

 span { border-color: rgb(53,3,139); }

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