Html Css Color HEX #33159B Persian Indigo

📋 copy color: '#33159B'

red 51 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #33159B

Tints of Persian Indigo #33159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.28%

R = 22.47%
G = 9.25%
B = 68.28%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33159B (or 0x33159B) is known color: Persian Indigo. HEX triplet: 33, 15 and 9B. RGB value is (51,21,155). Sum of RGB (Red+Green+Blue) = 51+21+155=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #33159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33159B is #CCEA64. Grayscale: #2C2C2C. Windows color (decimal): -13429349 or 10163507. OLE color: 10163507.

HSL color Cylindrical-coordinate representation of color #33159B: hue angle of 253.43º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33159B is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 21 155 -
CMYK 0.67 0.86 0 0.39
HSL 253.43º 0.76% 0.35% -
HSV(B) 253.43º 0.86% 0.61% -
XYZ 7.55 3.61 31.31 -
YUV 45.25 189.94 132.1 -
System Red Green Blue C M Y K H S L
Decimal 51 21 155 0.67 0.86 0 0.39 253.43 0.76 0.35
Hex 33 15 9B 43 56 0 27 FD 4C 23
Octal 63 25 233 103 126 0 47 375 114 43
Binary 110011 10101 10011011 1000011 1010110 0 100111 11111101 1001100 100011

Color Harmonies of #33159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33159B

Black with #33159B

Text Example


Text Example

White with #33159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33159B; }

 p { color: rgb(51,21,155); }

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

background-color css

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

 a { background-color: rgb(51,21,155); }

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

border-color css

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

 span { border-color: rgb(51,21,155); }

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