Html Css Color HEX #35156C Persian Indigo

📋 copy color: '#35156C'

red 53 ◦ green 21 ◦ blue 108

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

Shades of Persian Indigo #35156C

Tints of Persian Indigo #35156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 29.12%
G = 11.54%
B = 59.34%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35156C (or 0x35156C) is known color: Persian Indigo. HEX triplet: 35, 15 and 6C. RGB value is (53,21,108). Sum of RGB (Red+Green+Blue) = 53+21+108=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #35156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35156C is #CAEA93. Grayscale: #282828. Windows color (decimal): -13298324 or 7083317. OLE color: 7083317.

HSL color Cylindrical-coordinate representation of color #35156C: hue angle of 262.07º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35156C is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 21 108 -
CMYK 0.51 0.81 0 0.58
HSL 262.07º 0.67% 0.25% -
HSV(B) 262.07º 0.81% 0.42% -
XYZ 4.44 2.38 14.41 -
YUV 40.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 53 21 108 0.51 0.81 0 0.58 262.07 0.67 0.25
Hex 35 15 6C 33 51 0 3A 106 43 19
Octal 65 25 154 63 121 0 72 406 103 31
Binary 110101 10101 1101100 110011 1010001 0 111010 100000110 1000011 11001

Color Harmonies of #35156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35156C

Black with #35156C

Text Example


Text Example

White with #35156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35156C; }

 p { color: rgb(53,21,108); }

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

background-color css

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

 a { background-color: rgb(53,21,108); }

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

border-color css

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

 span { border-color: rgb(53,21,108); }

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