Html Css Color HEX #330F88 Persian Indigo

📋 copy color: '#330F88'

red 51 ◦ green 15 ◦ blue 136

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

Shades of Persian Indigo #330F88

Tints of Persian Indigo #330F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

 BLUE value IS 136 (53.52% from 255) = 67.33%

R = 25.25%
G = 7.43%
B = 67.33%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#330F88 (or 0x330F88) is known color: Persian Indigo. HEX triplet: 33, 0F and 88. RGB value is (51,15,136). Sum of RGB (Red+Green+Blue) = 51+15+136=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #330F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F88 is #CCF077. Grayscale: #272727. Windows color (decimal): -13430904 or 8916787. OLE color: 8916787.

HSL color Cylindrical-coordinate representation of color #330F88: hue angle of 257.85º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330F88 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 15 136 -
CMYK 0.62 0.89 0 0.47
HSL 257.85º 0.8% 0.3% -
HSV(B) 257.85º 0.89% 0.53% -
XYZ 5.98 2.82 23.52 -
YUV 39.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 51 15 136 0.62 0.89 0 0.47 257.85 0.8 0.3
Hex 33 F 88 3E 59 0 2F 102 50 1E
Octal 63 17 210 76 131 0 57 402 120 36
Binary 110011 1111 10001000 111110 1011001 0 101111 100000010 1010000 11110

Color Harmonies of #330F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F88

Black with #330F88

Text Example


Text Example

White with #330F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,136); }

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

background-color css

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

 a { background-color: rgb(51,15,136); }

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

border-color css

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

 span { border-color: rgb(51,15,136); }

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