Html Css Color HEX #330F92 Persian Indigo

📋 copy color: '#330F92'

red 51 ◦ green 15 ◦ blue 146

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

Shades of Persian Indigo #330F92

Tints of Persian Indigo #330F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.87%

R = 24.06%
G = 7.08%
B = 68.87%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330F92 (or 0x330F92) is known color: Persian Indigo. HEX triplet: 33, 0F and 92. RGB value is (51,15,146). Sum of RGB (Red+Green+Blue) = 51+15+146=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #330F92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F92 is #CCF06D. Grayscale: #282828. Windows color (decimal): -13430894 or 9572147. OLE color: 9572147.

HSL color Cylindrical-coordinate representation of color #330F92: hue angle of 256.49º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330F92 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 15 146 -
CMYK 0.65 0.90 0 0.43
HSL 256.49º 0.81% 0.32% -
HSV(B) 256.49º 0.9% 0.57% -
XYZ 6.72 3.12 27.44 -
YUV 40.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 51 15 146 0.65 0.90 0 0.43 256.49 0.81 0.32
Hex 33 F 92 41 5A 0 2B 100 51 20
Octal 63 17 222 101 132 0 53 400 121 40
Binary 110011 1111 10010010 1000001 1011010 0 101011 100000000 1010001 100000

Color Harmonies of #330F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F92

Black with #330F92

Text Example


Text Example

White with #330F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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