Html Css Color HEX #33146B Persian Indigo

📋 copy color: '#33146B'

red 51 ◦ green 20 ◦ blue 107

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

Shades of Persian Indigo #33146B

Tints of Persian Indigo #33146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 107 (42.19% from 255) = 60.11%

R = 28.65%
G = 11.24%
B = 60.11%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33146B (or 0x33146B) is known color: Persian Indigo. HEX triplet: 33, 14 and 6B. RGB value is (51,20,107). Sum of RGB (Red+Green+Blue) = 51+20+107=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #33146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33146B is #CCEB94. Grayscale: #262626. Windows color (decimal): -13429653 or 7017523. OLE color: 7017523.

HSL color Cylindrical-coordinate representation of color #33146B: hue angle of 261.38º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33146B is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 20 107 -
CMYK 0.52 0.81 0 0.58
HSL 261.38º 0.69% 0.25% -
HSV(B) 261.38º 0.81% 0.42% -
XYZ 4.27 2.27 14.12 -
YUV 39.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 51 20 107 0.52 0.81 0 0.58 261.38 0.69 0.25
Hex 33 14 6B 34 51 0 3A 105 45 19
Octal 63 24 153 64 121 0 72 405 105 31
Binary 110011 10100 1101011 110100 1010001 0 111010 100000101 1000101 11001

Color Harmonies of #33146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33146B

Black with #33146B

Text Example


Text Example

White with #33146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33146B; }

 p { color: rgb(51,20,107); }

 H1.HeaderClassName
 {
   color: #33146B;
 }
 .AnyTagClassName
 {
   color: #33146B;
 }
</style>

background-color css

<style>
 a { background-color: #33146B; }

 a { background-color: rgb(51,20,107); }

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

border-color css

<style>
 span { border-color: #33146B; }

 span { border-color: rgb(51,20,107); }

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