Html Css Color HEX #33136C Persian Indigo

📋 copy color: '#33136C'

red 51 ◦ green 19 ◦ blue 108

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

Shades of Persian Indigo #33136C

Tints of Persian Indigo #33136C

RGB

 RED value IS 51 (20.31% from 255) = 28.65%

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 28.65%
G = 10.67%
B = 60.67%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33136C (or 0x33136C) is known color: Persian Indigo. HEX triplet: 33, 13 and 6C. RGB value is (51,19,108). Sum of RGB (Red+Green+Blue) = 51+19+108=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #33136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33136C is #CCEC93. Grayscale: #262626. Windows color (decimal): -13429908 or 7082803. OLE color: 7082803.

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

Color convert

RGB 51 19 108 -
CMYK 0.53 0.82 0 0.58
HSL 261.57º 0.7% 0.25% -
HSV(B) 261.57º 0.82% 0.42% -
XYZ 4.3 2.25 14.4 -
YUV 38.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 51 19 108 0.53 0.82 0 0.58 261.57 0.7 0.25
Hex 33 13 6C 35 52 0 3A 106 46 19
Octal 63 23 154 65 122 0 72 406 106 31
Binary 110011 10011 1101100 110101 1010010 0 111010 100000110 1000110 11001

Color Harmonies of #33136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33136C

Black with #33136C

Text Example


Text Example

White with #33136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,19,108); }

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

background-color css

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

 a { background-color: rgb(51,19,108); }

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

border-color css

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

 span { border-color: rgb(51,19,108); }

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