Html Css Color HEX #300883 Persian Indigo

📋 copy color: '#300883'

red 48 ◦ green 8 ◦ blue 131

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

Shades of Persian Indigo #300883

Tints of Persian Indigo #300883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 131 (51.56% from 255) = 70.05%

R = 25.67%
G = 4.28%
B = 70.05%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#300883 (or 0x300883) is known color: Persian Indigo. HEX triplet: 30, 08 and 83. RGB value is (48,8,131). Sum of RGB (Red+Green+Blue) = 48+8+131=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #300883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300883 is #CFF77C. Grayscale: #212121. Windows color (decimal): -13629309 or 8587312. OLE color: 8587312.

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

Color convert

RGB 48 8 131 -
CMYK 0.63 0.94 0 0.49
HSL 259.51º 0.88% 0.27% -
HSV(B) 259.51º 0.94% 0.51% -
XYZ 5.4 2.44 21.66 -
YUV 33.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 48 8 131 0.63 0.94 0 0.49 259.51 0.88 0.27
Hex 30 8 83 3F 5E 0 31 104 58 1B
Octal 60 10 203 77 136 0 61 404 130 33
Binary 110000 1000 10000011 111111 1011110 0 110001 100000100 1011000 11011

Color Harmonies of #300883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300883

Black with #300883

Text Example


Text Example

White with #300883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300883; }

 p { color: rgb(48,8,131); }

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

background-color css

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

 a { background-color: rgb(48,8,131); }

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

border-color css

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

 span { border-color: rgb(48,8,131); }

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