Html Css Color HEX #300C7C Persian Indigo

📋 copy color: '#300C7C'

red 48 ◦ green 12 ◦ blue 124

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

Shades of Persian Indigo #300C7C

Tints of Persian Indigo #300C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.39%

R = 26.09%
G = 6.52%
B = 67.39%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#300C7C (or 0x300C7C) is known color: Persian Indigo. HEX triplet: 30, 0C and 7C. RGB value is (48,12,124). Sum of RGB (Red+Green+Blue) = 48+12+124=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #300C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C7C is #CFF383. Grayscale: #232323. Windows color (decimal): -13628292 or 8129584. OLE color: 8129584.

HSL color Cylindrical-coordinate representation of color #300C7C: hue angle of 259.29º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300C7C is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 12 124 -
CMYK 0.61 0.90 0 0.51
HSL 259.29º 0.82% 0.27% -
HSV(B) 259.29º 0.9% 0.49% -
XYZ 4.99 2.35 19.26 -
YUV 35.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 48 12 124 0.61 0.90 0 0.51 259.29 0.82 0.27
Hex 30 C 7C 3D 5A 0 33 103 52 1B
Octal 60 14 174 75 132 0 63 403 122 33
Binary 110000 1100 1111100 111101 1011010 0 110011 100000011 1010010 11011

Color Harmonies of #300C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C7C

Black with #300C7C

Text Example


Text Example

White with #300C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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