Html Css Color HEX #301584 Persian Indigo

📋 copy color: '#301584'

red 48 ◦ green 21 ◦ blue 132

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

Shades of Persian Indigo #301584

Tints of Persian Indigo #301584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 132 (51.95% from 255) = 65.67%

R = 23.88%
G = 10.45%
B = 65.67%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#301584 (or 0x301584) is known color: Persian Indigo. HEX triplet: 30, 15 and 84. RGB value is (48,21,132). Sum of RGB (Red+Green+Blue) = 48+21+132=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #301584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301584 is #CFEA7B. Grayscale: #292929. Windows color (decimal): -13625980 or 8656176. OLE color: 8656176.

HSL color Cylindrical-coordinate representation of color #301584: hue angle of 254.59º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301584 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 21 132 -
CMYK 0.64 0.84 0 0.48
HSL 254.59º 0.73% 0.3% -
HSV(B) 254.59º 0.84% 0.52% -
XYZ 5.65 2.83 22.08 -
YUV 41.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 48 21 132 0.64 0.84 0 0.48 254.59 0.73 0.3
Hex 30 15 84 40 54 0 30 FF 49 1E
Octal 60 25 204 100 124 0 60 377 111 36
Binary 110000 10101 10000100 1000000 1010100 0 110000 11111111 1001001 11110

Color Harmonies of #301584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301584

Black with #301584

Text Example


Text Example

White with #301584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301584; }

 p { color: rgb(48,21,132); }

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

background-color css

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

 a { background-color: rgb(48,21,132); }

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

border-color css

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

 span { border-color: rgb(48,21,132); }

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