Html Css Color HEX #330F75 Persian Indigo

📋 copy color: '#330F75'

red 51 ◦ green 15 ◦ blue 117

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

Shades of Persian Indigo #330F75

Tints of Persian Indigo #330F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 27.87%
G = 8.2%
B = 63.93%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330F75 (or 0x330F75) is known color: Persian Indigo. HEX triplet: 33, 0F and 75. RGB value is (51,15,117). Sum of RGB (Red+Green+Blue) = 51+15+117=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #330F75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F75 is #CCF08A. Grayscale: #252525. Windows color (decimal): -13430923 or 7671603. OLE color: 7671603.

HSL color Cylindrical-coordinate representation of color #330F75: hue angle of 261.18º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330F75 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 15 117 -
CMYK 0.56 0.87 0 0.54
HSL 261.18º 0.77% 0.26% -
HSV(B) 261.18º 0.87% 0.46% -
XYZ 4.75 2.33 17.03 -
YUV 37.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 51 15 117 0.56 0.87 0 0.54 261.18 0.77 0.26
Hex 33 F 75 38 57 0 36 105 4D 1A
Octal 63 17 165 70 127 0 66 405 115 32
Binary 110011 1111 1110101 111000 1010111 0 110110 100000101 1001101 11010

Color Harmonies of #330F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F75

Black with #330F75

Text Example


Text Example

White with #330F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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