Html Css Color HEX #300885 Persian Indigo

📋 copy color: '#300885'

red 48 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #300885

Tints of Persian Indigo #300885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 25.4%
G = 4.23%
B = 70.37%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#300885 (or 0x300885) is known color: Persian Indigo. HEX triplet: 30, 08 and 85. RGB value is (48,8,133). Sum of RGB (Red+Green+Blue) = 48+8+133=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #300885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300885 is #CFF77A. Grayscale: #212121. Windows color (decimal): -13629307 or 8718384. OLE color: 8718384.

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

Color convert

RGB 48 8 133 -
CMYK 0.64 0.94 0 0.48
HSL 259.2º 0.89% 0.28% -
HSV(B) 259.2º 0.94% 0.52% -
XYZ 5.54 2.5 22.38 -
YUV 34.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 48 8 133 0.64 0.94 0 0.48 259.2 0.89 0.28
Hex 30 8 85 40 5E 0 30 103 59 1C
Octal 60 10 205 100 136 0 60 403 131 34
Binary 110000 1000 10000101 1000000 1011110 0 110000 100000011 1011001 11100

Color Harmonies of #300885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300885

Black with #300885

Text Example


Text Example

White with #300885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300885; }

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

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

background-color css

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

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

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

border-color css

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

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

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