Html Css Color HEX #33127F Persian Indigo

📋 copy color: '#33127F'

red 51 ◦ green 18 ◦ blue 127

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

Shades of Persian Indigo #33127F

Tints of Persian Indigo #33127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.8%

R = 26.02%
G = 9.18%
B = 64.8%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33127F (or 0x33127F) is known color: Persian Indigo. HEX triplet: 33, 12 and 7F. RGB value is (51,18,127). Sum of RGB (Red+Green+Blue) = 51+18+127=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #33127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33127F is #CCED80. Grayscale: #272727. Windows color (decimal): -13430145 or 8327731. OLE color: 8327731.

HSL color Cylindrical-coordinate representation of color #33127F: hue angle of 258.17º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33127F is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 18 127 -
CMYK 0.60 0.86 0 0.50
HSL 258.17º 0.75% 0.28% -
HSV(B) 258.17º 0.86% 0.5% -
XYZ 5.41 2.67 20.31 -
YUV 40.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 51 18 127 0.60 0.86 0 0.50 258.17 0.75 0.28
Hex 33 12 7F 3C 56 0 32 102 4B 1C
Octal 63 22 177 74 126 0 62 402 113 34
Binary 110011 10010 1111111 111100 1010110 0 110010 100000010 1001011 11100

Color Harmonies of #33127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33127F

Black with #33127F

Text Example


Text Example

White with #33127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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