Html Css Color HEX #301188 Persian Indigo

📋 copy color: '#301188'

red 48 ◦ green 17 ◦ blue 136

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

Shades of Persian Indigo #301188

Tints of Persian Indigo #301188

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 23.88%
G = 8.46%
B = 67.66%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301188 (or 0x301188) is known color: Persian Indigo. HEX triplet: 30, 11 and 88. RGB value is (48,17,136). Sum of RGB (Red+Green+Blue) = 48+17+136=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #301188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301188 is #CFEE77. Grayscale: #272727. Windows color (decimal): -13627000 or 8917296. OLE color: 8917296.

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

Color convert

RGB 48 17 136 -
CMYK 0.65 0.87 0 0.47
HSL 255.63º 0.78% 0.3% -
HSV(B) 255.63º 0.88% 0.53% -
XYZ 5.86 2.81 23.53 -
YUV 39.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 48 17 136 0.65 0.87 0 0.47 255.63 0.78 0.3
Hex 30 11 88 41 57 0 2F 100 4E 1E
Octal 60 21 210 101 127 0 57 400 116 36
Binary 110000 10001 10001000 1000001 1010111 0 101111 100000000 1001110 11110

Color Harmonies of #301188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301188

Black with #301188

Text Example


Text Example

White with #301188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301188; }

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

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

background-color css

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

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

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

border-color css

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

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

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