Html Css Color HEX #330D89 Persian Indigo

📋 copy color: '#330D89'

red 51 ◦ green 13 ◦ blue 137

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

Shades of Persian Indigo #330D89

Tints of Persian Indigo #330D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 68.16%

R = 25.37%
G = 6.47%
B = 68.16%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#330D89 (or 0x330D89) is known color: Persian Indigo. HEX triplet: 33, 0D and 89. RGB value is (51,13,137). Sum of RGB (Red+Green+Blue) = 51+13+137=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #330D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330D89 is #CCF276. Grayscale: #262626. Windows color (decimal): -13431415 or 8981811. OLE color: 8981811.

HSL color Cylindrical-coordinate representation of color #330D89: hue angle of 258.39º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330D89 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 13 137 -
CMYK 0.63 0.91 0 0.46
HSL 258.39º 0.83% 0.29% -
HSV(B) 258.39º 0.91% 0.54% -
XYZ 6.02 2.8 23.89 -
YUV 38.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 51 13 137 0.63 0.91 0 0.46 258.39 0.83 0.29
Hex 33 D 89 3F 5B 0 2E 102 53 1D
Octal 63 15 211 77 133 0 56 402 123 35
Binary 110011 1101 10001001 111111 1011011 0 101110 100000010 1010011 11101

Color Harmonies of #330D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D89

Black with #330D89

Text Example


Text Example

White with #330D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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