Html Css Color HEX #330C88 Persian Indigo

📋 copy color: '#330C88'

red 51 ◦ green 12 ◦ blue 136

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

Shades of Persian Indigo #330C88

Tints of Persian Indigo #330C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.03%

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 25.63%
G = 6.03%
B = 68.34%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330C88 (or 0x330C88) is known color: Persian Indigo. HEX triplet: 33, 0C and 88. RGB value is (51,12,136). Sum of RGB (Red+Green+Blue) = 51+12+136=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #330C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330C88 is #CCF377. Grayscale: #252525. Windows color (decimal): -13431672 or 8916019. OLE color: 8916019.

HSL color Cylindrical-coordinate representation of color #330C88: hue angle of 258.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330C88 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 12 136 -
CMYK 0.62 0.91 0 0.47
HSL 258.87º 0.84% 0.29% -
HSV(B) 258.87º 0.91% 0.53% -
XYZ 5.94 2.74 23.51 -
YUV 37.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 51 12 136 0.62 0.91 0 0.47 258.87 0.84 0.29
Hex 33 C 88 3E 5B 0 2F 103 54 1D
Octal 63 14 210 76 133 0 57 403 124 35
Binary 110011 1100 10001000 111110 1011011 0 101111 100000011 1010100 11101

Color Harmonies of #330C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C88

Black with #330C88

Text Example


Text Example

White with #330C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330C88; }

 p { color: rgb(51,12,136); }

 H1.HeaderClassName
 {
   color: #330C88;
 }
 .AnyTagClassName
 {
   color: #330C88;
 }
</style>

background-color css

<style>
 a { background-color: #330C88; }

 a { background-color: rgb(51,12,136); }

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

border-color css

<style>
 span { border-color: #330C88; }

 span { border-color: rgb(51,12,136); }

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