Html Css Color HEX #33168D Persian Indigo

📋 copy color: '#33168D'

red 51 ◦ green 22 ◦ blue 141

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

Shades of Persian Indigo #33168D

Tints of Persian Indigo #33168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.28%

 BLUE value IS 141 (55.47% from 255) = 65.89%

R = 23.83%
G = 10.28%
B = 65.89%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33168D (or 0x33168D) is known color: Persian Indigo. HEX triplet: 33, 16 and 8D. RGB value is (51,22,141). Sum of RGB (Red+Green+Blue) = 51+22+141=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #33168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33168D is #CCE972. Grayscale: #2B2B2B. Windows color (decimal): -13429107 or 9246259. OLE color: 9246259.

HSL color Cylindrical-coordinate representation of color #33168D: hue angle of 254.62º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33168D is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 22 141 -
CMYK 0.64 0.84 0 0.45
HSL 254.62º 0.73% 0.32% -
HSV(B) 254.62º 0.84% 0.55% -
XYZ 6.46 3.2 25.48 -
YUV 44.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 51 22 141 0.64 0.84 0 0.45 254.62 0.73 0.32
Hex 33 16 8D 40 54 0 2D FF 49 20
Octal 63 26 215 100 124 0 55 377 111 40
Binary 110011 10110 10001101 1000000 1010100 0 101101 11111111 1001001 100000

Color Harmonies of #33168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33168D

Black with #33168D

Text Example


Text Example

White with #33168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33168D; }

 p { color: rgb(51,22,141); }

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

background-color css

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

 a { background-color: rgb(51,22,141); }

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

border-color css

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

 span { border-color: rgb(51,22,141); }

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