Html Css Color HEX #300185 Persian Indigo

📋 copy color: '#300185'

red 48 ◦ green 1 ◦ blue 133

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

Shades of Persian Indigo #300185

Tints of Persian Indigo #300185

RGB

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

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

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

R = 26.37%
G = 0.55%
B = 73.08%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#300185 (or 0x300185) is known color: Persian Indigo. HEX triplet: 30, 01 and 85. RGB value is (48,1,133). Sum of RGB (Red+Green+Blue) = 48+1+133=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #300185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300185 is #CFFE7A. Grayscale: #1D1D1D. Windows color (decimal): -13631099 or 8716592. OLE color: 8716592.

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

Color convert

RGB 48 1 133 -
CMYK 0.64 0.99 0 0.48
HSL 261.36º 0.99% 0.26% -
HSV(B) 261.36º 0.99% 0.52% -
XYZ 5.46 2.34 22.35 -
YUV 30.1 186.07 140.77 -
System Red Green Blue C M Y K H S L
Decimal 48 1 133 0.64 0.99 0 0.48 261.36 0.99 0.26
Hex 30 1 85 40 63 0 30 105 63 1A
Octal 60 1 205 100 143 0 60 405 143 32
Binary 110000 1 10000101 1000000 1100011 0 110000 100000101 1100011 11010

Color Harmonies of #300185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300185

Black with #300185

Text Example


Text Example

White with #300185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300185; }

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

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

background-color css

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

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

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

border-color css

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

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

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