Html Css Color HEX #301788 Persian Indigo

📋 copy color: '#301788'

red 48 ◦ green 23 ◦ blue 136

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

Shades of Persian Indigo #301788

Tints of Persian Indigo #301788

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 23.19%
G = 11.11%
B = 65.7%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301788 (or 0x301788) is known color: Persian Indigo. HEX triplet: 30, 17 and 88. RGB value is (48,23,136). Sum of RGB (Red+Green+Blue) = 48+23+136=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #301788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301788 is #CFE877. Grayscale: #2A2A2A. Windows color (decimal): -13625464 or 8918832. OLE color: 8918832.

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

Color convert

RGB 48 23 136 -
CMYK 0.65 0.83 0 0.47
HSL 253.27º 0.71% 0.31% -
HSV(B) 253.27º 0.83% 0.53% -
XYZ 5.97 3.02 23.56 -
YUV 43.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 48 23 136 0.65 0.83 0 0.47 253.27 0.71 0.31
Hex 30 17 88 41 53 0 2F FD 47 1F
Octal 60 27 210 101 123 0 57 375 107 37
Binary 110000 10111 10001000 1000001 1010011 0 101111 11111101 1000111 11111

Color Harmonies of #301788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301788

Black with #301788

Text Example


Text Example

White with #301788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301788; }

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

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

background-color css

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

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

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

border-color css

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

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

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