Html Css Color HEX #330C86 Persian Indigo

📋 copy color: '#330C86'

red 51 ◦ green 12 ◦ blue 134

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

Shades of Persian Indigo #330C86

Tints of Persian Indigo #330C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 68.02%

R = 25.89%
G = 6.09%
B = 68.02%

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

#330C86 (or 0x330C86) is known color: Persian Indigo. HEX triplet: 33, 0C and 86. RGB value is (51,12,134). Sum of RGB (Red+Green+Blue) = 51+12+134=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #330C86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330C86 is #CCF379. Grayscale: #252525. Windows color (decimal): -13431674 or 8784947. OLE color: 8784947.

HSL color Cylindrical-coordinate representation of color #330C86: hue angle of 259.18º 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 #330C86 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 12 134 -
CMYK 0.62 0.91 0 0.47
HSL 259.18º 0.84% 0.29% -
HSV(B) 259.18º 0.91% 0.53% -
XYZ 5.8 2.69 22.77 -
YUV 37.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 51 12 134 0.62 0.91 0 0.47 259.18 0.84 0.29
Hex 33 C 86 3E 5B 0 2F 103 54 1D
Octal 63 14 206 76 133 0 57 403 124 35
Binary 110011 1100 10000110 111110 1011011 0 101111 100000011 1010100 11101

Color Harmonies of #330C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C86

Black with #330C86

Text Example


Text Example

White with #330C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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