Html Css Color HEX #300C6D Persian Indigo

📋 copy color: '#300C6D'

red 48 ◦ green 12 ◦ blue 109

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

Shades of Persian Indigo #300C6D

Tints of Persian Indigo #300C6D

RGB

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

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

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

R = 28.4%
G = 7.1%
B = 64.5%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#300C6D (or 0x300C6D) is known color: Persian Indigo. HEX triplet: 30, 0C and 6D. RGB value is (48,12,109). Sum of RGB (Red+Green+Blue) = 48+12+109=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #300C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C6D is #CFF392. Grayscale: #212121. Windows color (decimal): -13628307 or 7146544. OLE color: 7146544.

HSL color Cylindrical-coordinate representation of color #300C6D: hue angle of 262.27º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300C6D is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 12 109 -
CMYK 0.56 0.89 0 0.57
HSL 262.27º 0.8% 0.24% -
HSV(B) 262.27º 0.89% 0.43% -
XYZ 4.11 2 14.64 -
YUV 33.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 48 12 109 0.56 0.89 0 0.57 262.27 0.8 0.24
Hex 30 C 6D 38 59 0 39 106 50 18
Octal 60 14 155 70 131 0 71 406 120 30
Binary 110000 1100 1101101 111000 1011001 0 111001 100000110 1010000 11000

Color Harmonies of #300C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C6D

Black with #300C6D

Text Example


Text Example

White with #300C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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