Html Css Color HEX #33126F Persian Indigo

📋 copy color: '#33126F'

red 51 ◦ green 18 ◦ blue 111

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

Shades of Persian Indigo #33126F

Tints of Persian Indigo #33126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

 BLUE value IS 111 (43.75% from 255) = 61.67%

R = 28.33%
G = 10%
B = 61.67%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33126F (or 0x33126F) is known color: Persian Indigo. HEX triplet: 33, 12 and 6F. RGB value is (51,18,111). Sum of RGB (Red+Green+Blue) = 51+18+111=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #33126F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33126F is #CCED90. Grayscale: #262626. Windows color (decimal): -13430161 or 7279155. OLE color: 7279155.

HSL color Cylindrical-coordinate representation of color #33126F: hue angle of 261.29º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33126F is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 18 111 -
CMYK 0.54 0.84 0 0.56
HSL 261.29º 0.72% 0.25% -
HSV(B) 261.29º 0.84% 0.44% -
XYZ 4.45 2.28 15.25 -
YUV 38.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 51 18 111 0.54 0.84 0 0.56 261.29 0.72 0.25
Hex 33 12 6F 36 54 0 38 105 48 19
Octal 63 22 157 66 124 0 70 405 110 31
Binary 110011 10010 1101111 110110 1010100 0 111000 100000101 1001000 11001

Color Harmonies of #33126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33126F

Black with #33126F

Text Example


Text Example

White with #33126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33126F; }

 p { color: rgb(51,18,111); }

 H1.HeaderClassName
 {
   color: #33126F;
 }
 .AnyTagClassName
 {
   color: #33126F;
 }
</style>

background-color css

<style>
 a { background-color: #33126F; }

 a { background-color: rgb(51,18,111); }

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

border-color css

<style>
 span { border-color: #33126F; }

 span { border-color: rgb(51,18,111); }

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