Html Css Color HEX #330D8F Persian Indigo

📋 copy color: '#330D8F'

red 51 ◦ green 13 ◦ blue 143

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

Shades of Persian Indigo #330D8F

Tints of Persian Indigo #330D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 69.08%

R = 24.64%
G = 6.28%
B = 69.08%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#330D8F (or 0x330D8F) is known color: Persian Indigo. HEX triplet: 33, 0D and 8F. RGB value is (51,13,143). Sum of RGB (Red+Green+Blue) = 51+13+143=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #330D8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D8F is #CCF270. Grayscale: #262626. Windows color (decimal): -13431409 or 9375027. OLE color: 9375027.

HSL color Cylindrical-coordinate representation of color #330D8F: hue angle of 257.54º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330D8F is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 13 143 -
CMYK 0.64 0.91 0 0.44
HSL 257.54º 0.83% 0.31% -
HSV(B) 257.54º 0.91% 0.56% -
XYZ 6.47 2.97 26.22 -
YUV 39.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 51 13 143 0.64 0.91 0 0.44 257.54 0.83 0.31
Hex 33 D 8F 40 5B 0 2C 102 53 1F
Octal 63 15 217 100 133 0 54 402 123 37
Binary 110011 1101 10001111 1000000 1011011 0 101100 100000010 1010011 11111

Color Harmonies of #330D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D8F

Black with #330D8F

Text Example


Text Example

White with #330D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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