Html Css Color HEX #300598 Persian Indigo

📋 copy color: '#300598'

red 48 ◦ green 5 ◦ blue 152

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

Shades of Persian Indigo #300598

Tints of Persian Indigo #300598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 152 (59.77% from 255) = 74.15%

R = 23.41%
G = 2.44%
B = 74.15%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#300598 (or 0x300598) is known color: Persian Indigo. HEX triplet: 30, 05 and 98. RGB value is (48,5,152). Sum of RGB (Red+Green+Blue) = 48+5+152=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #300598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300598 is #CFFA67. Grayscale: #222222. Windows color (decimal): -13630056 or 9962800. OLE color: 9962800.

HSL color Cylindrical-coordinate representation of color #300598: hue angle of 257.55º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300598 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 5 152 -
CMYK 0.68 0.97 0 0.40
HSL 257.55º 0.94% 0.31% -
HSV(B) 257.55º 0.97% 0.6% -
XYZ 6.94 3 29.92 -
YUV 34.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 48 5 152 0.68 0.97 0 0.40 257.55 0.94 0.31
Hex 30 5 98 44 61 0 28 102 5E 1F
Octal 60 5 230 104 141 0 50 402 136 37
Binary 110000 101 10011000 1000100 1100001 0 101000 100000010 1011110 11111

Color Harmonies of #300598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300598

Black with #300598

Text Example


Text Example

White with #300598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300598; }

 p { color: rgb(48,5,152); }

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

background-color css

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

 a { background-color: rgb(48,5,152); }

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

border-color css

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

 span { border-color: rgb(48,5,152); }

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