Html Css Color HEX #330F87 Persian Indigo

📋 copy color: '#330F87'

red 51 ◦ green 15 ◦ blue 135

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

Shades of Persian Indigo #330F87

Tints of Persian Indigo #330F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 67.16%

R = 25.37%
G = 7.46%
B = 67.16%

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

#330F87 (or 0x330F87) is known color: Persian Indigo. HEX triplet: 33, 0F and 87. RGB value is (51,15,135). Sum of RGB (Red+Green+Blue) = 51+15+135=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #330F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F87 is #CCF078. Grayscale: #272727. Windows color (decimal): -13430905 or 8851251. OLE color: 8851251.

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

Color convert

RGB 51 15 135 -
CMYK 0.62 0.89 0 0.47
HSL 258º 0.8% 0.29% -
HSV(B) 258º 0.89% 0.53% -
XYZ 5.91 2.79 23.15 -
YUV 39.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 51 15 135 0.62 0.89 0 0.47 258 0.8 0.29
Hex 33 F 87 3E 59 0 2F 102 50 1D
Octal 63 17 207 76 131 0 57 402 120 35
Binary 110011 1111 10000111 111110 1011001 0 101111 100000010 1010000 11101

Color Harmonies of #330F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F87

Black with #330F87

Text Example


Text Example

White with #330F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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