Html Css Color HEX #300F84 Persian Indigo

📋 copy color: '#300F84'

red 48 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #300F84

Tints of Persian Indigo #300F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.69%

 BLUE value IS 132 (51.95% from 255) = 67.69%

R = 24.62%
G = 7.69%
B = 67.69%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#300F84 (or 0x300F84) is known color: Persian Indigo. HEX triplet: 30, 0F and 84. RGB value is (48,15,132). Sum of RGB (Red+Green+Blue) = 48+15+132=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #300F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300F84 is #CFF07B. Grayscale: #252525. Windows color (decimal): -13627516 or 8654640. OLE color: 8654640.

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

Color convert

RGB 48 15 132 -
CMYK 0.64 0.89 0 0.48
HSL 256.92º 0.8% 0.29% -
HSV(B) 256.92º 0.89% 0.52% -
XYZ 5.55 2.64 22.05 -
YUV 38.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 48 15 132 0.64 0.89 0 0.48 256.92 0.8 0.29
Hex 30 F 84 40 59 0 30 101 50 1D
Octal 60 17 204 100 131 0 60 401 120 35
Binary 110000 1111 10000100 1000000 1011001 0 110000 100000001 1010000 11101

Color Harmonies of #300F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F84

Black with #300F84

Text Example


Text Example

White with #300F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300F84; }

 p { color: rgb(48,15,132); }

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

background-color css

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

 a { background-color: rgb(48,15,132); }

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

border-color css

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

 span { border-color: rgb(48,15,132); }

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