Html Css Color HEX #35009C Persian Indigo

📋 copy color: '#35009C'

red 53 ◦ green 0 ◦ blue 156

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

Shades of Persian Indigo #35009C

Tints of Persian Indigo #35009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 74.64%

R = 25.36%
G = 0%
B = 74.64%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35009C (or 0x35009C) is known color: Persian Indigo. HEX triplet: 35, 00 and 9C. RGB value is (53,0,156). Sum of RGB (Red+Green+Blue) = 53+0+156=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #35009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35009C is #CAFF63. Grayscale: #212121. Windows color (decimal): -13303652 or 10223669. OLE color: 10223669.

HSL color Cylindrical-coordinate representation of color #35009C: hue angle of 260.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35009C is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 0 156 -
CMYK 0.66 1 0 0.39
HSL 260.38º 1% 0.31% -
HSV(B) 260.38º 1% 0.61% -
XYZ 7.47 3.16 31.67 -
YUV 33.63 197.06 141.82 -
System Red Green Blue C M Y K H S L
Decimal 53 0 156 0.66 1 0 0.39 260.38 1 0.31
Hex 35 0 9C 42 64 0 27 104 64 1F
Octal 65 0 234 102 144 0 47 404 144 37
Binary 110101 0 10011100 1000010 1100100 0 100111 100000100 1100100 11111

Color Harmonies of #35009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35009C

Black with #35009C

Text Example


Text Example

White with #35009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35009C; }

 p { color: rgb(53,0,156); }

 H1.HeaderClassName
 {
   color: #35009C;
 }
 .AnyTagClassName
 {
   color: #35009C;
 }
</style>

background-color css

<style>
 a { background-color: #35009C; }

 a { background-color: rgb(53,0,156); }

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

border-color css

<style>
 span { border-color: #35009C; }

 span { border-color: rgb(53,0,156); }

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