Html Css Color HEX #35087F Persian Indigo

📋 copy color: '#35087F'

red 53 ◦ green 8 ◦ blue 127

#35087F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #35087F

Tints of Persian Indigo #35087F

RGB

 RED value IS 53 (21.09% from 255) = 28.19%

 GREEN value IS 8 (3.52% from 255) = 4.26%

 BLUE value IS 127 (50% from 255) = 67.55%

R = 28.19%
G = 4.26%
B = 67.55%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35087F (or 0x35087F) is known color: Persian Indigo. HEX triplet: 35, 08 and 7F. RGB value is (53,8,127). Sum of RGB (Red+Green+Blue) = 53+8+127=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #35087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35087F is #CAF780. Grayscale: #222222. Windows color (decimal): -13301633 or 8325173. OLE color: 8325173.

HSL color Cylindrical-coordinate representation of color #35087F: hue angle of 262.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35087F is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 8 127 -
CMYK 0.58 0.94 0 0.50
HSL 262.69º 0.88% 0.26% -
HSV(B) 262.69º 0.94% 0.5% -
XYZ 5.39 2.46 20.27 -
YUV 35.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 53 8 127 0.58 0.94 0 0.50 262.69 0.88 0.26
Hex 35 8 7F 3A 5E 0 32 107 58 1A
Octal 65 10 177 72 136 0 62 407 130 32
Binary 110101 1000 1111111 111010 1011110 0 110010 100000111 1011000 11010

Color Harmonies of #35087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35087F

Black with #35087F

Text Example


Text Example

White with #35087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35087F; }

 p { color: rgb(53,8,127); }

 H1.HeaderClassName
 {
   color: #35087F;
 }
 .AnyTagClassName
 {
   color: #35087F;
 }
</style>

background-color css

<style>
 a { background-color: #35087F; }

 a { background-color: rgb(53,8,127); }

 div.DivClassName
 {
   background-color: #35087F;
 }
 .BgClassName
 {
   background-color: #35087F;
 }
</style>

border-color css

<style>
 span { border-color: #35087F; }

 span { border-color: rgb(53,8,127); }

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