Html Css Color HEX #35059C Persian Indigo

📋 copy color: '#35059C'

red 53 ◦ green 5 ◦ blue 156

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

Shades of Persian Indigo #35059C

Tints of Persian Indigo #35059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 24.77%
G = 2.34%
B = 72.9%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35059C (or 0x35059C) is known color: Persian Indigo. HEX triplet: 35, 05 and 9C. RGB value is (53,5,156). Sum of RGB (Red+Green+Blue) = 53+5+156=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #35059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35059C is #CAFA63. Grayscale: #242424. Windows color (decimal): -13302372 or 10224949. OLE color: 10224949.

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

Color convert

RGB 53 5 156 -
CMYK 0.66 0.97 0 0.39
HSL 259.07º 0.94% 0.32% -
HSV(B) 259.07º 0.97% 0.61% -
XYZ 7.52 3.27 31.69 -
YUV 36.57 195.4 139.72 -
System Red Green Blue C M Y K H S L
Decimal 53 5 156 0.66 0.97 0 0.39 259.07 0.94 0.32
Hex 35 5 9C 42 61 0 27 103 5E 20
Octal 65 5 234 102 141 0 47 403 136 40
Binary 110101 101 10011100 1000010 1100001 0 100111 100000011 1011110 100000

Color Harmonies of #35059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35059C

Black with #35059C

Text Example


Text Example

White with #35059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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