Html Css Color HEX #33178D Persian Indigo

📋 copy color: '#33178D'

red 51 ◦ green 23 ◦ blue 141

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

Shades of Persian Indigo #33178D

Tints of Persian Indigo #33178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 23.72%
G = 10.7%
B = 65.58%

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

#33178D (or 0x33178D) is known color: Persian Indigo. HEX triplet: 33, 17 and 8D. RGB value is (51,23,141). Sum of RGB (Red+Green+Blue) = 51+23+141=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #33178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33178D is #CCE872. Grayscale: #2C2C2C. Windows color (decimal): -13428851 or 9246515. OLE color: 9246515.

HSL color Cylindrical-coordinate representation of color #33178D: hue angle of 254.24º degrees, saturation: 0.72, 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 #33178D is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 23 141 -
CMYK 0.64 0.84 0 0.45
HSL 254.24º 0.72% 0.32% -
HSV(B) 254.24º 0.84% 0.55% -
XYZ 6.48 3.24 25.48 -
YUV 44.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 51 23 141 0.64 0.84 0 0.45 254.24 0.72 0.32
Hex 33 17 8D 40 54 0 2D FE 48 20
Octal 63 27 215 100 124 0 55 376 110 40
Binary 110011 10111 10001101 1000000 1010100 0 101101 11111110 1001000 100000

Color Harmonies of #33178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33178D

Black with #33178D

Text Example


Text Example

White with #33178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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