Html Css Color HEX #330C67 Persian Indigo

📋 copy color: '#330C67'

red 51 ◦ green 12 ◦ blue 103

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

Shades of Persian Indigo #330C67

Tints of Persian Indigo #330C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.23%

 BLUE value IS 103 (40.63% from 255) = 62.05%

R = 30.72%
G = 7.23%
B = 62.05%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#330C67 (or 0x330C67) is known color: Persian Indigo. HEX triplet: 33, 0C and 67. RGB value is (51,12,103). Sum of RGB (Red+Green+Blue) = 51+12+103=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #330C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C67 is #CCF398. Grayscale: #212121. Windows color (decimal): -13431705 or 6753331. OLE color: 6753331.

HSL color Cylindrical-coordinate representation of color #330C67: hue angle of 265.71º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330C67 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 12 103 -
CMYK 0.50 0.88 0 0.60
HSL 265.71º 0.79% 0.23% -
HSV(B) 265.71º 0.88% 0.4% -
XYZ 3.94 1.95 13 -
YUV 34.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 51 12 103 0.50 0.88 0 0.60 265.71 0.79 0.23
Hex 33 C 67 32 58 0 3C 10A 4F 17
Octal 63 14 147 62 130 0 74 412 117 27
Binary 110011 1100 1100111 110010 1011000 0 111100 100001010 1001111 10111

Color Harmonies of #330C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C67

Black with #330C67

Text Example


Text Example

White with #330C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,103); }

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

background-color css

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

 a { background-color: rgb(51,12,103); }

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

border-color css

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

 span { border-color: rgb(51,12,103); }

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