Html Css Color HEX #33178A Persian Indigo

📋 copy color: '#33178A'

red 51 ◦ green 23 ◦ blue 138

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

Shades of Persian Indigo #33178A

Tints of Persian Indigo #33178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 65.09%

R = 24.06%
G = 10.85%
B = 65.09%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33178A (or 0x33178A) is known color: Persian Indigo. HEX triplet: 33, 17 and 8A. RGB value is (51,23,138). Sum of RGB (Red+Green+Blue) = 51+23+138=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #33178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33178A is #CCE875. Grayscale: #2C2C2C. Windows color (decimal): -13428854 or 9049907. OLE color: 9049907.

HSL color Cylindrical-coordinate representation of color #33178A: hue angle of 254.61º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33178A is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 23 138 -
CMYK 0.63 0.83 0 0.46
HSL 254.61º 0.71% 0.32% -
HSV(B) 254.61º 0.83% 0.54% -
XYZ 6.26 3.15 24.32 -
YUV 44.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 51 23 138 0.63 0.83 0 0.46 254.61 0.71 0.32
Hex 33 17 8A 3F 53 0 2E FF 47 20
Octal 63 27 212 77 123 0 56 377 107 40
Binary 110011 10111 10001010 111111 1010011 0 101110 11111111 1000111 100000

Color Harmonies of #33178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33178A

Black with #33178A

Text Example


Text Example

White with #33178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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