Html Css Color HEX #300585 Persian Indigo

📋 copy color: '#300585'

red 48 ◦ green 5 ◦ blue 133

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

Shades of Persian Indigo #300585

Tints of Persian Indigo #300585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 25.81%
G = 2.69%
B = 71.51%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#300585 (or 0x300585) is known color: Persian Indigo. HEX triplet: 30, 05 and 85. RGB value is (48,5,133). Sum of RGB (Red+Green+Blue) = 48+5+133=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #300585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300585 is #CFFA7A. Grayscale: #1F1F1F. Windows color (decimal): -13630075 or 8717616. OLE color: 8717616.

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

Color convert

RGB 48 5 133 -
CMYK 0.64 0.96 0 0.48
HSL 260.16º 0.93% 0.27% -
HSV(B) 260.16º 0.96% 0.52% -
XYZ 5.51 2.43 22.37 -
YUV 32.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 48 5 133 0.64 0.96 0 0.48 260.16 0.93 0.27
Hex 30 5 85 40 60 0 30 104 5D 1B
Octal 60 5 205 100 140 0 60 404 135 33
Binary 110000 101 10000101 1000000 1100000 0 110000 100000100 1011101 11011

Color Harmonies of #300585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300585

Black with #300585

Text Example


Text Example

White with #300585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300585; }

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

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

background-color css

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

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

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

border-color css

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

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

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