Html Css Color HEX #300061 Persian Indigo

📋 copy color: '#300061'

red 48 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #300061

Tints of Persian Indigo #300061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 66.9%

R = 33.1%
G = 0%
B = 66.9%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#300061 (or 0x300061) is known color: Persian Indigo. HEX triplet: 30, 00 and 61. RGB value is (48,0,97). Sum of RGB (Red+Green+Blue) = 48+0+97=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #300061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300061 is #CFFF9E. Grayscale: #191919. Windows color (decimal): -13631391 or 6357040. OLE color: 6357040.

HSL color Cylindrical-coordinate representation of color #300061: hue angle of 269.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300061 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 0 97 -
CMYK 0.51 1 0 0.62
HSL 269.69º 1% 0.19% -
HSV(B) 269.69º 1% 0.38% -
XYZ 3.38 1.49 11.42 -
YUV 25.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 48 0 97 0.51 1 0 0.62 269.69 1 0.19
Hex 30 0 61 33 64 0 3E 10E 64 13
Octal 60 0 141 63 144 0 76 416 144 23
Binary 110000 0 1100001 110011 1100100 0 111110 100001110 1100100 10011

Color Harmonies of #300061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300061

Black with #300061

Text Example


Text Example

White with #300061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300061; }

 p { color: rgb(48,0,97); }

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

background-color css

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

 a { background-color: rgb(48,0,97); }

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

border-color css

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

 span { border-color: rgb(48,0,97); }

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