Html Css Color HEX #300C89 Persian Indigo

📋 copy color: '#300C89'

red 48 ◦ green 12 ◦ blue 137

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

Shades of Persian Indigo #300C89

Tints of Persian Indigo #300C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 69.54%

R = 24.37%
G = 6.09%
B = 69.54%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#300C89 (or 0x300C89) is known color: Persian Indigo. HEX triplet: 30, 0C and 89. RGB value is (48,12,137). Sum of RGB (Red+Green+Blue) = 48+12+137=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #300C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300C89 is #CFF376. Grayscale: #242424. Windows color (decimal): -13628279 or 8981552. OLE color: 8981552.

HSL color Cylindrical-coordinate representation of color #300C89: hue angle of 257.28º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300C89 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 12 137 -
CMYK 0.65 0.91 0 0.46
HSL 257.28º 0.84% 0.29% -
HSV(B) 257.28º 0.91% 0.54% -
XYZ 5.87 2.7 23.88 -
YUV 37.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 48 12 137 0.65 0.91 0 0.46 257.28 0.84 0.29
Hex 30 C 89 41 5B 0 2E 101 54 1D
Octal 60 14 211 101 133 0 56 401 124 35
Binary 110000 1100 10001001 1000001 1011011 0 101110 100000001 1010100 11101

Color Harmonies of #300C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C89

Black with #300C89

Text Example


Text Example

White with #300C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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