Html Css Color HEX #35047F Persian Indigo

📋 copy color: '#35047F'

red 53 ◦ green 4 ◦ blue 127

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

Shades of Persian Indigo #35047F

Tints of Persian Indigo #35047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 127 (50% from 255) = 69.02%

R = 28.8%
G = 2.17%
B = 69.02%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35047F (or 0x35047F) is known color: Persian Indigo. HEX triplet: 35, 04 and 7F. RGB value is (53,4,127). Sum of RGB (Red+Green+Blue) = 53+4+127=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #35047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35047F is #CAFB80. Grayscale: #202020. Windows color (decimal): -13302657 or 8324149. OLE color: 8324149.

HSL color Cylindrical-coordinate representation of color #35047F: hue angle of 263.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35047F is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 4 127 -
CMYK 0.58 0.97 0 0.50
HSL 263.9º 0.94% 0.26% -
HSV(B) 263.9º 0.97% 0.5% -
XYZ 5.34 2.38 20.26 -
YUV 32.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 53 4 127 0.58 0.97 0 0.50 263.9 0.94 0.26
Hex 35 4 7F 3A 61 0 32 108 5E 1A
Octal 65 4 177 72 141 0 62 410 136 32
Binary 110101 100 1111111 111010 1100001 0 110010 100001000 1011110 11010

Color Harmonies of #35047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35047F

Black with #35047F

Text Example


Text Example

White with #35047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35047F; }

 p { color: rgb(53,4,127); }

 H1.HeaderClassName
 {
   color: #35047F;
 }
 .AnyTagClassName
 {
   color: #35047F;
 }
</style>

background-color css

<style>
 a { background-color: #35047F; }

 a { background-color: rgb(53,4,127); }

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

border-color css

<style>
 span { border-color: #35047F; }

 span { border-color: rgb(53,4,127); }

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