Html Css Color HEX #300081 Persian Indigo

📋 copy color: '#300081'

red 48 ◦ green 0 ◦ blue 129

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

Shades of Persian Indigo #300081

Tints of Persian Indigo #300081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 72.88%

R = 27.12%
G = 0%
B = 72.88%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#300081 (or 0x300081) is known color: Persian Indigo. HEX triplet: 30, 00 and 81. RGB value is (48,0,129). Sum of RGB (Red+Green+Blue) = 48+0+129=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 129 (50.78% from 255 or 72.88% from 177); Max value from RGB is 129 - color contains mainly: blue. Hex color #300081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300081 is #CFFF7E. Grayscale: #1C1C1C. Windows color (decimal): -13631359 or 8454192. OLE color: 8454192.

HSL color Cylindrical-coordinate representation of color #300081: hue angle of 262.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300081 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 0 129 -
CMYK 0.63 1 0 0.49
HSL 262.33º 1% 0.25% -
HSV(B) 262.33º 1% 0.51% -
XYZ 5.18 2.21 20.92 -
YUV 29.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 48 0 129 0.63 1 0 0.49 262.33 1 0.25
Hex 30 0 81 3F 64 0 31 106 64 19
Octal 60 0 201 77 144 0 61 406 144 31
Binary 110000 0 10000001 111111 1100100 0 110001 100000110 1100100 11001

Color Harmonies of #300081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300081

Black with #300081

Text Example


Text Example

White with #300081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300081; }

 p { color: rgb(48,0,129); }

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

background-color css

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

 a { background-color: rgb(48,0,129); }

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

border-color css

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

 span { border-color: rgb(48,0,129); }

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