Html Css Color HEX #300198 Persian Indigo

📋 copy color: '#300198'

red 48 ◦ green 1 ◦ blue 152

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

Shades of Persian Indigo #300198

Tints of Persian Indigo #300198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 23.88%
G = 0.5%
B = 75.62%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#300198 (or 0x300198) is known color: Persian Indigo. HEX triplet: 30, 01 and 98. RGB value is (48,1,152). Sum of RGB (Red+Green+Blue) = 48+1+152=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #300198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300198 is #CFFE67. Grayscale: #1F1F1F. Windows color (decimal): -13631080 or 9961776. OLE color: 9961776.

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

Color convert

RGB 48 1 152 -
CMYK 0.68 0.99 0 0.40
HSL 258.68º 0.99% 0.3% -
HSV(B) 258.68º 0.99% 0.6% -
XYZ 6.9 2.92 29.91 -
YUV 32.27 195.57 139.22 -
System Red Green Blue C M Y K H S L
Decimal 48 1 152 0.68 0.99 0 0.40 258.68 0.99 0.3
Hex 30 1 98 44 63 0 28 103 63 1E
Octal 60 1 230 104 143 0 50 403 143 36
Binary 110000 1 10011000 1000100 1100011 0 101000 100000011 1100011 11110

Color Harmonies of #300198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300198

Black with #300198

Text Example


Text Example

White with #300198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300198; }

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

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

background-color css

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

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

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

border-color css

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

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

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