Html Css Color HEX #330F84 Persian Indigo

📋 copy color: '#330F84'

red 51 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #330F84

Tints of Persian Indigo #330F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66.67%

R = 25.76%
G = 7.58%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#330F84 (or 0x330F84) is known color: Persian Indigo. HEX triplet: 33, 0F and 84. RGB value is (51,15,132). Sum of RGB (Red+Green+Blue) = 51+15+132=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #330F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F84 is #CCF07B. Grayscale: #262626. Windows color (decimal): -13430908 or 8654643. OLE color: 8654643.

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

Color convert

RGB 51 15 132 -
CMYK 0.61 0.89 0 0.48
HSL 258.46º 0.8% 0.29% -
HSV(B) 258.46º 0.89% 0.52% -
XYZ 5.7 2.71 22.05 -
YUV 39.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 51 15 132 0.61 0.89 0 0.48 258.46 0.8 0.29
Hex 33 F 84 3D 59 0 30 102 50 1D
Octal 63 17 204 75 131 0 60 402 120 35
Binary 110011 1111 10000100 111101 1011001 0 110000 100000010 1010000 11101

Color Harmonies of #330F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F84

Black with #330F84

Text Example


Text Example

White with #330F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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