Html Css Color HEX #300888 Persian Indigo

📋 copy color: '#300888'

red 48 ◦ green 8 ◦ blue 136

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

Shades of Persian Indigo #300888

Tints of Persian Indigo #300888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 136 (53.52% from 255) = 70.83%

R = 25%
G = 4.17%
B = 70.83%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300888 (or 0x300888) is known color: Persian Indigo. HEX triplet: 30, 08 and 88. RGB value is (48,8,136). Sum of RGB (Red+Green+Blue) = 48+8+136=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #300888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300888 is #CFF777. Grayscale: #222222. Windows color (decimal): -13629304 or 8914992. OLE color: 8914992.

HSL color Cylindrical-coordinate representation of color #300888: hue angle of 258.75º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300888 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 8 136 -
CMYK 0.65 0.94 0 0.47
HSL 258.75º 0.89% 0.28% -
HSV(B) 258.75º 0.94% 0.53% -
XYZ 5.75 2.58 23.49 -
YUV 34.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 48 8 136 0.65 0.94 0 0.47 258.75 0.89 0.28
Hex 30 8 88 41 5E 0 2F 103 59 1C
Octal 60 10 210 101 136 0 57 403 131 34
Binary 110000 1000 10001000 1000001 1011110 0 101111 100000011 1011001 11100

Color Harmonies of #300888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300888

Black with #300888

Text Example


Text Example

White with #300888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300888; }

 p { color: rgb(48,8,136); }

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

background-color css

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

 a { background-color: rgb(48,8,136); }

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

border-color css

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

 span { border-color: rgb(48,8,136); }

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