Html Css Color HEX #300088 Persian Indigo

📋 copy color: '#300088'

red 48 ◦ green 0 ◦ blue 136

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

Shades of Persian Indigo #300088

Tints of Persian Indigo #300088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.09%
G = 0%
B = 73.91%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300088 (or 0x300088) is known color: Persian Indigo. HEX triplet: 30, 00 and 88. RGB value is (48,0,136). Sum of RGB (Red+Green+Blue) = 48+0+136=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #300088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300088 is #CFFF77. Grayscale: #1D1D1D. Windows color (decimal): -13631352 or 8912944. OLE color: 8912944.

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

Color convert

RGB 48 0 136 -
CMYK 0.65 1 0 0.47
HSL 261.18º 1% 0.27% -
HSV(B) 261.18º 1% 0.53% -
XYZ 5.66 2.41 23.46 -
YUV 29.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 48 0 136 0.65 1 0 0.47 261.18 1 0.27
Hex 30 0 88 41 64 0 2F 105 64 1B
Octal 60 0 210 101 144 0 57 405 144 33
Binary 110000 0 10001000 1000001 1100100 0 101111 100000101 1100100 11011

Color Harmonies of #300088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300088

Black with #300088

Text Example


Text Example

White with #300088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300088; }

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

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

background-color css

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

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

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

border-color css

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

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

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