Html Css Color HEX #35077C Persian Indigo

📋 copy color: '#35077C'

red 53 ◦ green 7 ◦ blue 124

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

Shades of Persian Indigo #35077C

Tints of Persian Indigo #35077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 124 (48.83% from 255) = 67.39%

R = 28.8%
G = 3.8%
B = 67.39%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35077C (or 0x35077C) is known color: Persian Indigo. HEX triplet: 35, 07 and 7C. RGB value is (53,7,124). Sum of RGB (Red+Green+Blue) = 53+7+124=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #35077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35077C is #CAF883. Grayscale: #212121. Windows color (decimal): -13301892 or 8128309. OLE color: 8128309.

HSL color Cylindrical-coordinate representation of color #35077C: hue angle of 263.59º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35077C is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 7 124 -
CMYK 0.57 0.94 0 0.51
HSL 263.59º 0.89% 0.26% -
HSV(B) 263.59º 0.94% 0.49% -
XYZ 5.18 2.36 19.25 -
YUV 34.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 53 7 124 0.57 0.94 0 0.51 263.59 0.89 0.26
Hex 35 7 7C 39 5E 0 33 108 59 1A
Octal 65 7 174 71 136 0 63 410 131 32
Binary 110101 111 1111100 111001 1011110 0 110011 100001000 1011001 11010

Color Harmonies of #35077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35077C

Black with #35077C

Text Example


Text Example

White with #35077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,7,124); }

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

background-color css

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

 a { background-color: rgb(53,7,124); }

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

border-color css

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

 span { border-color: rgb(53,7,124); }

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