Html Css Color HEX #33267D Persian Indigo

📋 copy color: '#33267D'

red 51 ◦ green 38 ◦ blue 125

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

Shades of Persian Indigo #33267D

Tints of Persian Indigo #33267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 23.83%
G = 17.76%
B = 58.41%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33267D (or 0x33267D) is known color: Persian Indigo. HEX triplet: 33, 26 and 7D. RGB value is (51,38,125). Sum of RGB (Red+Green+Blue) = 51+38+125=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #33267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33267D is #CCD982. Grayscale: #333333. Windows color (decimal): -13425027 or 8201779. OLE color: 8201779.

HSL color Cylindrical-coordinate representation of color #33267D: hue angle of 248.97º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33267D is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 38 125 -
CMYK 0.59 0.70 0 0.51
HSL 248.97º 0.53% 0.32% -
HSV(B) 248.97º 0.7% 0.49% -
XYZ 5.76 3.57 19.79 -
YUV 51.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 51 38 125 0.59 0.70 0 0.51 248.97 0.53 0.32
Hex 33 26 7D 3B 46 0 33 F9 35 20
Octal 63 46 175 73 106 0 63 371 65 40
Binary 110011 100110 1111101 111011 1000110 0 110011 11111001 110101 100000

Color Harmonies of #33267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33267D

Black with #33267D

Text Example


Text Example

White with #33267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,38,125); }

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

background-color css

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

 a { background-color: rgb(51,38,125); }

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

border-color css

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

 span { border-color: rgb(51,38,125); }

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