Html Css Color HEX #330D71 Persian Indigo

📋 copy color: '#330D71'

red 51 ◦ green 13 ◦ blue 113

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

Shades of Persian Indigo #330D71

Tints of Persian Indigo #330D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 113 (44.53% from 255) = 63.84%

R = 28.81%
G = 7.34%
B = 63.84%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330D71 (or 0x330D71) is known color: Persian Indigo. HEX triplet: 33, 0D and 71. RGB value is (51,13,113). Sum of RGB (Red+Green+Blue) = 51+13+113=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #330D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D71 is #CCF28E. Grayscale: #232323. Windows color (decimal): -13431439 or 7408947. OLE color: 7408947.

HSL color Cylindrical-coordinate representation of color #330D71: hue angle of 262.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330D71 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 13 113 -
CMYK 0.55 0.88 0 0.56
HSL 262.8º 0.79% 0.25% -
HSV(B) 262.8º 0.88% 0.44% -
XYZ 4.49 2.18 15.81 -
YUV 35.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 51 13 113 0.55 0.88 0 0.56 262.8 0.79 0.25
Hex 33 D 71 37 58 0 38 107 4F 19
Octal 63 15 161 67 130 0 70 407 117 31
Binary 110011 1101 1110001 110111 1011000 0 111000 100000111 1001111 11001

Color Harmonies of #330D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D71

Black with #330D71

Text Example


Text Example

White with #330D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,113); }

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

background-color css

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

 a { background-color: rgb(51,13,113); }

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

border-color css

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

 span { border-color: rgb(51,13,113); }

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