Html Css Color HEX #35187E Persian Indigo

📋 copy color: '#35187E'

red 53 ◦ green 24 ◦ blue 126

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

Shades of Persian Indigo #35187E

Tints of Persian Indigo #35187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

 BLUE value IS 126 (49.61% from 255) = 62.07%

R = 26.11%
G = 11.82%
B = 62.07%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35187E (or 0x35187E) is known color: Persian Indigo. HEX triplet: 35, 18 and 7E. RGB value is (53,24,126). Sum of RGB (Red+Green+Blue) = 53+24+126=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #35187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35187E is #CAE781. Grayscale: #2B2B2B. Windows color (decimal): -13297538 or 8263733. OLE color: 8263733.

HSL color Cylindrical-coordinate representation of color #35187E: hue angle of 257.06º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35187E is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 24 126 -
CMYK 0.58 0.81 0 0.51
HSL 257.06º 0.68% 0.29% -
HSV(B) 257.06º 0.81% 0.49% -
XYZ 5.56 2.92 20.01 -
YUV 44.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 53 24 126 0.58 0.81 0 0.51 257.06 0.68 0.29
Hex 35 18 7E 3A 51 0 33 101 44 1D
Octal 65 30 176 72 121 0 63 401 104 35
Binary 110101 11000 1111110 111010 1010001 0 110011 100000001 1000100 11101

Color Harmonies of #35187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35187E

Black with #35187E

Text Example


Text Example

White with #35187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35187E; }

 p { color: rgb(53,24,126); }

 H1.HeaderClassName
 {
   color: #35187E;
 }
 .AnyTagClassName
 {
   color: #35187E;
 }
</style>

background-color css

<style>
 a { background-color: #35187E; }

 a { background-color: rgb(53,24,126); }

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

border-color css

<style>
 span { border-color: #35187E; }

 span { border-color: rgb(53,24,126); }

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