Html Css Color HEX #330A8B Persian Indigo

📋 copy color: '#330A8B'

red 51 ◦ green 10 ◦ blue 139

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

Shades of Persian Indigo #330A8B

Tints of Persian Indigo #330A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5%

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 25.5%
G = 5%
B = 69.5%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#330A8B (or 0x330A8B) is known color: Persian Indigo. HEX triplet: 33, 0A and 8B. RGB value is (51,10,139). Sum of RGB (Red+Green+Blue) = 51+10+139=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #330A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A8B is #CCF574. Grayscale: #242424. Windows color (decimal): -13432181 or 9112115. OLE color: 9112115.

HSL color Cylindrical-coordinate representation of color #330A8B: hue angle of 259.07º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330A8B is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 10 139 -
CMYK 0.63 0.93 0 0.45
HSL 259.07º 0.87% 0.29% -
HSV(B) 259.07º 0.93% 0.55% -
XYZ 6.13 2.78 24.64 -
YUV 36.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 51 10 139 0.63 0.93 0 0.45 259.07 0.87 0.29
Hex 33 A 8B 3F 5D 0 2D 103 57 1D
Octal 63 12 213 77 135 0 55 403 127 35
Binary 110011 1010 10001011 111111 1011101 0 101101 100000011 1010111 11101

Color Harmonies of #330A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A8B

Black with #330A8B

Text Example


Text Example

White with #330A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,10,139); }

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

background-color css

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

 a { background-color: rgb(51,10,139); }

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

border-color css

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

 span { border-color: rgb(51,10,139); }

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