Html Css Color HEX #35016F Persian Indigo

📋 copy color: '#35016F'

red 53 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #35016F

Tints of Persian Indigo #35016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.27%

R = 32.12%
G = 0.61%
B = 67.27%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#35016F (or 0x35016F) is known color: Persian Indigo. HEX triplet: 35, 01 and 6F. RGB value is (53,1,111). Sum of RGB (Red+Green+Blue) = 53+1+111=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #35016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35016F is #CAFE90. Grayscale: #1C1C1C. Windows color (decimal): -13303441 or 7274805. OLE color: 7274805.

HSL color Cylindrical-coordinate representation of color #35016F: hue angle of 268.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35016F is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 1 111 -
CMYK 0.52 0.99 0 0.56
HSL 268.36º 0.98% 0.22% -
HSV(B) 268.36º 0.99% 0.44% -
XYZ 4.35 1.93 15.18 -
YUV 29.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 53 1 111 0.52 0.99 0 0.56 268.36 0.98 0.22
Hex 35 1 6F 34 63 0 38 10C 62 16
Octal 65 1 157 64 143 0 70 414 142 26
Binary 110101 1 1101111 110100 1100011 0 111000 100001100 1100010 10110

Color Harmonies of #35016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35016F

Black with #35016F

Text Example


Text Example

White with #35016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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