Html Css Color HEX #301388 Persian Indigo

📋 copy color: '#301388'

red 48 ◦ green 19 ◦ blue 136

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

Shades of Persian Indigo #301388

Tints of Persian Indigo #301388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 23.65%
G = 9.36%
B = 67%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301388 (or 0x301388) is known color: Persian Indigo. HEX triplet: 30, 13 and 88. RGB value is (48,19,136). Sum of RGB (Red+Green+Blue) = 48+19+136=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #301388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301388 is #CFEC77. Grayscale: #282828. Windows color (decimal): -13626488 or 8917808. OLE color: 8917808.

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

Color convert

RGB 48 19 136 -
CMYK 0.65 0.86 0 0.47
HSL 254.87º 0.75% 0.3% -
HSV(B) 254.87º 0.86% 0.53% -
XYZ 5.9 2.87 23.54 -
YUV 41.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 48 19 136 0.65 0.86 0 0.47 254.87 0.75 0.3
Hex 30 13 88 41 56 0 2F FF 4B 1E
Octal 60 23 210 101 126 0 57 377 113 36
Binary 110000 10011 10001000 1000001 1010110 0 101111 11111111 1001011 11110

Color Harmonies of #301388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301388

Black with #301388

Text Example


Text Example

White with #301388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301388; }

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

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

background-color css

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

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

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

border-color css

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

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

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