Html Css Color HEX #351072 Persian Indigo

📋 copy color: '#351072'

red 53 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #351072

Tints of Persian Indigo #351072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

 BLUE value IS 114 (44.92% from 255) = 62.3%

R = 28.96%
G = 8.74%
B = 62.3%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#351072 (or 0x351072) is known color: Persian Indigo. HEX triplet: 35, 10 and 72. RGB value is (53,16,114). Sum of RGB (Red+Green+Blue) = 53+16+114=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #351072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351072 is #CAEF8D. Grayscale: #252525. Windows color (decimal): -13299598 or 7475253. OLE color: 7475253.

HSL color Cylindrical-coordinate representation of color #351072: hue angle of 262.65º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351072 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 16 114 -
CMYK 0.54 0.86 0 0.55
HSL 262.65º 0.75% 0.25% -
HSV(B) 262.65º 0.86% 0.45% -
XYZ 4.69 2.34 16.12 -
YUV 38.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 53 16 114 0.54 0.86 0 0.55 262.65 0.75 0.25
Hex 35 10 72 36 56 0 37 107 4B 19
Octal 65 20 162 66 126 0 67 407 113 31
Binary 110101 10000 1110010 110110 1010110 0 110111 100000111 1001011 11001

Color Harmonies of #351072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351072

Black with #351072

Text Example


Text Example

White with #351072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351072; }

 p { color: rgb(53,16,114); }

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

background-color css

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

 a { background-color: rgb(53,16,114); }

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

border-color css

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

 span { border-color: rgb(53,16,114); }

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