Html Css Color HEX #35127E Persian Indigo

📋 copy color: '#35127E'

red 53 ◦ green 18 ◦ blue 126

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

Shades of Persian Indigo #35127E

Tints of Persian Indigo #35127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 26.9%
G = 9.14%
B = 63.96%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35127E (or 0x35127E) is known color: Persian Indigo. HEX triplet: 35, 12 and 7E. RGB value is (53,18,126). Sum of RGB (Red+Green+Blue) = 53+18+126=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #35127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35127E is #CAED81. Grayscale: #282828. Windows color (decimal): -13299074 or 8262197. OLE color: 8262197.

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

Color convert

RGB 53 18 126 -
CMYK 0.58 0.86 0 0.51
HSL 259.44º 0.75% 0.28% -
HSV(B) 259.44º 0.86% 0.49% -
XYZ 5.45 2.7 19.97 -
YUV 40.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 53 18 126 0.58 0.86 0 0.51 259.44 0.75 0.28
Hex 35 12 7E 3A 56 0 33 103 4B 1C
Octal 65 22 176 72 126 0 63 403 113 34
Binary 110101 10010 1111110 111010 1010110 0 110011 100000011 1001011 11100

Color Harmonies of #35127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35127E

Black with #35127E

Text Example


Text Example

White with #35127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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