Html Css Color HEX #35086A Persian Indigo

📋 copy color: '#35086A'

red 53 ◦ green 8 ◦ blue 106

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

Shades of Persian Indigo #35086A

Tints of Persian Indigo #35086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

 BLUE value IS 106 (41.8% from 255) = 63.47%

R = 31.74%
G = 4.79%
B = 63.47%

CMYK

 C value IS 0.5

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35086A (or 0x35086A) is known color: Persian Indigo. HEX triplet: 35, 08 and 6A. RGB value is (53,8,106). Sum of RGB (Red+Green+Blue) = 53+8+106=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #35086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35086A is #CAF795. Grayscale: #202020. Windows color (decimal): -13301654 or 6948917. OLE color: 6948917.

HSL color Cylindrical-coordinate representation of color #35086A: hue angle of 267.55º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35086A is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 8 106 -
CMYK 0.5 0.92 0 0.58
HSL 267.55º 0.86% 0.22% -
HSV(B) 267.55º 0.92% 0.42% -
XYZ 4.16 1.97 13.8 -
YUV 32.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 53 8 106 0.5 0.92 0 0.58 267.55 0.86 0.22
Hex 35 8 6A 32 5C 0 3A 10C 56 16
Octal 65 10 152 62 134 0 72 414 126 26
Binary 110101 1000 1101010 110010 1011100 0 111010 100001100 1010110 10110

Color Harmonies of #35086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35086A

Black with #35086A

Text Example


Text Example

White with #35086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35086A; }

 p { color: rgb(53,8,106); }

 H1.HeaderClassName
 {
   color: #35086A;
 }
 .AnyTagClassName
 {
   color: #35086A;
 }
</style>

background-color css

<style>
 a { background-color: #35086A; }

 a { background-color: rgb(53,8,106); }

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

border-color css

<style>
 span { border-color: #35086A; }

 span { border-color: rgb(53,8,106); }

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