Html Css Color HEX #330F6D Persian Indigo

📋 copy color: '#330F6D'

red 51 ◦ green 15 ◦ blue 109

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

Shades of Persian Indigo #330F6D

Tints of Persian Indigo #330F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 62.29%

R = 29.14%
G = 8.57%
B = 62.29%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#330F6D (or 0x330F6D) is known color: Persian Indigo. HEX triplet: 33, 0F and 6D. RGB value is (51,15,109). Sum of RGB (Red+Green+Blue) = 51+15+109=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #330F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F6D is #CCF092. Grayscale: #242424. Windows color (decimal): -13430931 or 7147315. OLE color: 7147315.

HSL color Cylindrical-coordinate representation of color #330F6D: hue angle of 262.98º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330F6D is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 15 109 -
CMYK 0.53 0.86 0 0.57
HSL 262.98º 0.76% 0.24% -
HSV(B) 262.98º 0.86% 0.43% -
XYZ 4.3 2.15 14.66 -
YUV 36.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 51 15 109 0.53 0.86 0 0.57 262.98 0.76 0.24
Hex 33 F 6D 35 56 0 39 107 4C 18
Octal 63 17 155 65 126 0 71 407 114 30
Binary 110011 1111 1101101 110101 1010110 0 111001 100000111 1001100 11000

Color Harmonies of #330F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F6D

Black with #330F6D

Text Example


Text Example

White with #330F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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