Html Css Color HEX #330B7D Persian Indigo

📋 copy color: '#330B7D'

red 51 ◦ green 11 ◦ blue 125

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

Shades of Persian Indigo #330B7D

Tints of Persian Indigo #330B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.88%

 BLUE value IS 125 (49.22% from 255) = 66.84%

R = 27.27%
G = 5.88%
B = 66.84%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#330B7D (or 0x330B7D) is known color: Persian Indigo. HEX triplet: 33, 0B and 7D. RGB value is (51,11,125). Sum of RGB (Red+Green+Blue) = 51+11+125=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #330B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B7D is #CCF482. Grayscale: #232323. Windows color (decimal): -13431939 or 8194867. OLE color: 8194867.

HSL color Cylindrical-coordinate representation of color #330B7D: hue angle of 261.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330B7D is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 11 125 -
CMYK 0.59 0.91 0 0.51
HSL 261.05º 0.84% 0.27% -
HSV(B) 261.05º 0.91% 0.49% -
XYZ 5.19 2.42 19.6 -
YUV 35.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 51 11 125 0.59 0.91 0 0.51 261.05 0.84 0.27
Hex 33 B 7D 3B 5B 0 33 105 54 1B
Octal 63 13 175 73 133 0 63 405 124 33
Binary 110011 1011 1111101 111011 1011011 0 110011 100000101 1010100 11011

Color Harmonies of #330B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B7D

Black with #330B7D

Text Example


Text Example

White with #330B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,11,125); }

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

background-color css

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

 a { background-color: rgb(51,11,125); }

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

border-color css

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

 span { border-color: rgb(51,11,125); }

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