Html Css Color HEX #300180 Persian Indigo

📋 copy color: '#300180'

red 48 ◦ green 1 ◦ blue 128

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

Shades of Persian Indigo #300180

Tints of Persian Indigo #300180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 128 (50.39% from 255) = 72.32%

R = 27.12%
G = 0.56%
B = 72.32%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#300180 (or 0x300180) is known color: Persian Indigo. HEX triplet: 30, 01 and 80. RGB value is (48,1,128). Sum of RGB (Red+Green+Blue) = 48+1+128=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #300180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300180 is #CFFE7F. Grayscale: #1D1D1D. Windows color (decimal): -13631104 or 8388912. OLE color: 8388912.

HSL color Cylindrical-coordinate representation of color #300180: hue angle of 262.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300180 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 1 128 -
CMYK 0.62 0.99 0 0.50
HSL 262.2º 0.98% 0.25% -
HSV(B) 262.2º 0.99% 0.5% -
XYZ 5.13 2.21 20.58 -
YUV 29.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 48 1 128 0.62 0.99 0 0.50 262.2 0.98 0.25
Hex 30 1 80 3E 63 0 32 106 62 19
Octal 60 1 200 76 143 0 62 406 142 31
Binary 110000 1 10000000 111110 1100011 0 110010 100000110 1100010 11001

Color Harmonies of #300180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300180

Black with #300180

Text Example


Text Example

White with #300180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300180; }

 p { color: rgb(48,1,128); }

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

background-color css

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

 a { background-color: rgb(48,1,128); }

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

border-color css

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

 span { border-color: rgb(48,1,128); }

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