Html Css Color HEX #300C66 Persian Indigo

📋 copy color: '#300C66'

red 48 ◦ green 12 ◦ blue 102

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

Shades of Persian Indigo #300C66

Tints of Persian Indigo #300C66

RGB

 RED value IS 48 (19.14% from 255) = 29.63%

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

 BLUE value IS 102 (40.23% from 255) = 62.96%

R = 29.63%
G = 7.41%
B = 62.96%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#300C66 (or 0x300C66) is known color: Persian Indigo. HEX triplet: 30, 0C and 66. RGB value is (48,12,102). Sum of RGB (Red+Green+Blue) = 48+12+102=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #300C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C66 is #CFF399. Grayscale: #202020. Windows color (decimal): -13628314 or 6687792. OLE color: 6687792.

HSL color Cylindrical-coordinate representation of color #300C66: hue angle of 264º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300C66 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 12 102 -
CMYK 0.53 0.88 0 0.6
HSL 264º 0.79% 0.22% -
HSV(B) 264º 0.88% 0.4% -
XYZ 3.75 1.85 12.73 -
YUV 33.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 48 12 102 0.53 0.88 0 0.6 264 0.79 0.22
Hex 30 C 66 35 58 0 3C 108 4F 16
Octal 60 14 146 65 130 0 74 410 117 26
Binary 110000 1100 1100110 110101 1011000 0 111100 100001000 1001111 10110

Color Harmonies of #300C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C66

Black with #300C66

Text Example


Text Example

White with #300C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300C66; }

 p { color: rgb(48,12,102); }

 H1.HeaderClassName
 {
   color: #300C66;
 }
 .AnyTagClassName
 {
   color: #300C66;
 }
</style>

background-color css

<style>
 a { background-color: #300C66; }

 a { background-color: rgb(48,12,102); }

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

border-color css

<style>
 span { border-color: #300C66; }

 span { border-color: rgb(48,12,102); }

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