Html Css Color HEX #330F86 Persian Indigo

📋 copy color: '#330F86'

red 51 ◦ green 15 ◦ blue 134

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

Shades of Persian Indigo #330F86

Tints of Persian Indigo #330F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.5%

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

R = 25.5%
G = 7.5%
B = 67%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330F86 (or 0x330F86) is known color: Persian Indigo. HEX triplet: 33, 0F and 86. RGB value is (51,15,134). Sum of RGB (Red+Green+Blue) = 51+15+134=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #330F86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F86 is #CCF079. Grayscale: #262626. Windows color (decimal): -13430906 or 8785715. OLE color: 8785715.

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

Color convert

RGB 51 15 134 -
CMYK 0.62 0.89 0 0.47
HSL 258.15º 0.8% 0.29% -
HSV(B) 258.15º 0.89% 0.53% -
XYZ 5.84 2.77 22.78 -
YUV 39.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 51 15 134 0.62 0.89 0 0.47 258.15 0.8 0.29
Hex 33 F 86 3E 59 0 2F 102 50 1D
Octal 63 17 206 76 131 0 57 402 120 35
Binary 110011 1111 10000110 111110 1011001 0 101111 100000010 1010000 11101

Color Harmonies of #330F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F86

Black with #330F86

Text Example


Text Example

White with #330F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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