Html Css Color HEX #300688 Persian Indigo

📋 copy color: '#300688'

red 48 ◦ green 6 ◦ blue 136

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

Shades of Persian Indigo #300688

Tints of Persian Indigo #300688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 25.26%
G = 3.16%
B = 71.58%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300688 (or 0x300688) is known color: Persian Indigo. HEX triplet: 30, 06 and 88. RGB value is (48,6,136). Sum of RGB (Red+Green+Blue) = 48+6+136=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #300688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300688 is #CFF977. Grayscale: #202020. Windows color (decimal): -13629816 or 8914480. OLE color: 8914480.

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

Color convert

RGB 48 6 136 -
CMYK 0.65 0.96 0 0.47
HSL 259.38º 0.92% 0.28% -
HSV(B) 259.38º 0.96% 0.53% -
XYZ 5.73 2.54 23.48 -
YUV 33.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 48 6 136 0.65 0.96 0 0.47 259.38 0.92 0.28
Hex 30 6 88 41 60 0 2F 103 5C 1C
Octal 60 6 210 101 140 0 57 403 134 34
Binary 110000 110 10001000 1000001 1100000 0 101111 100000011 1011100 11100

Color Harmonies of #300688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300688

Black with #300688

Text Example


Text Example

White with #300688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300688; }

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

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

background-color css

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

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

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

border-color css

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

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

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