Html Css Color HEX #35017D Persian Indigo

📋 copy color: '#35017D'

red 53 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #35017D

Tints of Persian Indigo #35017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 69.83%

R = 29.61%
G = 0.56%
B = 69.83%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35017D (or 0x35017D) is known color: Persian Indigo. HEX triplet: 35, 01 and 7D. RGB value is (53,1,125). Sum of RGB (Red+Green+Blue) = 53+1+125=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #35017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35017D is #CAFE82. Grayscale: #1E1E1E. Windows color (decimal): -13303427 or 8192309. OLE color: 8192309.

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

Color convert

RGB 53 1 125 -
CMYK 0.58 0.99 0 0.51
HSL 265.16º 0.98% 0.25% -
HSV(B) 265.16º 0.99% 0.49% -
XYZ 5.18 2.26 19.57 -
YUV 30.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 53 1 125 0.58 0.99 0 0.51 265.16 0.98 0.25
Hex 35 1 7D 3A 63 0 33 109 62 19
Octal 65 1 175 72 143 0 63 411 142 31
Binary 110101 1 1111101 111010 1100011 0 110011 100001001 1100010 11001

Color Harmonies of #35017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35017D

Black with #35017D

Text Example


Text Example

White with #35017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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