Html Css Color HEX #300465 Persian Indigo

📋 copy color: '#300465'

red 48 ◦ green 4 ◦ blue 101

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

Shades of Persian Indigo #300465

Tints of Persian Indigo #300465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

 BLUE value IS 101 (39.84% from 255) = 66.01%

R = 31.37%
G = 2.61%
B = 66.01%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#300465 (or 0x300465) is known color: Persian Indigo. HEX triplet: 30, 04 and 65. RGB value is (48,4,101). Sum of RGB (Red+Green+Blue) = 48+4+101=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #300465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300465 is #CFFB9A. Grayscale: #1B1B1B. Windows color (decimal): -13630363 or 6620208. OLE color: 6620208.

HSL color Cylindrical-coordinate representation of color #300465: hue angle of 267.22º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300465 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 4 101 -
CMYK 0.52 0.96 0 0.60
HSL 267.22º 0.92% 0.21% -
HSV(B) 267.22º 0.96% 0.4% -
XYZ 3.61 1.65 12.44 -
YUV 28.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 48 4 101 0.52 0.96 0 0.60 267.22 0.92 0.21
Hex 30 4 65 34 60 0 3C 10B 5C 15
Octal 60 4 145 64 140 0 74 413 134 25
Binary 110000 100 1100101 110100 1100000 0 111100 100001011 1011100 10101

Color Harmonies of #300465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300465

Black with #300465

Text Example


Text Example

White with #300465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300465; }

 p { color: rgb(48,4,101); }

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

background-color css

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

 a { background-color: rgb(48,4,101); }

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

border-color css

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

 span { border-color: rgb(48,4,101); }

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