#35037B

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

Shades of Persian Indigo #35037B

Tints of Persian Indigo #35037B

Color information

#35037B (or 0x35037B) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 7B. RGB value is (53,3,123). Sum of RGB (Red+Green+Blue) = 53+3+123=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #35037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35037B is #CAFC84. Grayscale: #1F1F1F. Windows color (decimal): -13302917 or 8061749. OLE color: 8061749.

HSL color Cylindrical-coordinate representation of color #35037B: hue angle of 265º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35037B is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB533123-
CMYK0.570.9800.52
HSL265º95.24%24.71%-
HSV(B)265º97.56%48.24%-
XYZ5.082.2518.91-
YUV31.63179.56143.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 123 (48.44% from 255) = 68.72%
R=29.61%
G=1.68%
B=68.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5331230.570.9800.5226595.2424.71
Hex3537B39620341095f19
Octal6531737114206441113731
Binary11010111111101111100111000100110100100001001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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