Html Css Color HEX #300181 Persian Indigo

📋 copy color: '#300181'

red 48 ◦ green 1 ◦ blue 129

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

Shades of Persian Indigo #300181

Tints of Persian Indigo #300181

RGB

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

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

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

R = 26.97%
G = 0.56%
B = 72.47%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#300181 (or 0x300181) is known color: Persian Indigo. HEX triplet: 30, 01 and 81. RGB value is (48,1,129). Sum of RGB (Red+Green+Blue) = 48+1+129=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #300181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300181 is #CFFE7E. Grayscale: #1D1D1D. Windows color (decimal): -13631103 or 8454448. OLE color: 8454448.

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

Color convert

RGB 48 1 129 -
CMYK 0.63 0.99 0 0.49
HSL 262.03º 0.98% 0.25% -
HSV(B) 262.03º 0.99% 0.51% -
XYZ 5.19 2.24 20.93 -
YUV 29.65 184.07 141.09 -
System Red Green Blue C M Y K H S L
Decimal 48 1 129 0.63 0.99 0 0.49 262.03 0.98 0.25
Hex 30 1 81 3F 63 0 31 106 62 19
Octal 60 1 201 77 143 0 61 406 142 31
Binary 110000 1 10000001 111111 1100011 0 110001 100000110 1100010 11001

Color Harmonies of #300181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300181

Black with #300181

Text Example


Text Example

White with #300181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300181; }

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

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

background-color css

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

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

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

border-color css

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

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

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