Html Css Color HEX #35017F Persian Indigo

📋 copy color: '#35017F'

red 53 ◦ green 1 ◦ blue 127

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

Shades of Persian Indigo #35017F

Tints of Persian Indigo #35017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 29.28%
G = 0.55%
B = 70.17%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35017F (or 0x35017F) is known color: Persian Indigo. HEX triplet: 35, 01 and 7F. RGB value is (53,1,127). Sum of RGB (Red+Green+Blue) = 53+1+127=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #35017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35017F is #CAFE80. Grayscale: #1E1E1E. Windows color (decimal): -13303425 or 8323381. OLE color: 8323381.

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

Color convert

RGB 53 1 127 -
CMYK 0.58 0.99 0 0.50
HSL 264.76º 0.98% 0.25% -
HSV(B) 264.76º 0.99% 0.5% -
XYZ 5.31 2.31 20.24 -
YUV 30.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 53 1 127 0.58 0.99 0 0.50 264.76 0.98 0.25
Hex 35 1 7F 3A 63 0 32 109 62 19
Octal 65 1 177 72 143 0 62 411 142 31
Binary 110101 1 1111111 111010 1100011 0 110010 100001001 1100010 11001

Color Harmonies of #35017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35017F

Black with #35017F

Text Example


Text Example

White with #35017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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