Html Css Color HEX #300F8B Persian Indigo

📋 copy color: '#300F8B'

red 48 ◦ green 15 ◦ blue 139

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

Shades of Persian Indigo #300F8B

Tints of Persian Indigo #300F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.81%

R = 23.76%
G = 7.43%
B = 68.81%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#300F8B (or 0x300F8B) is known color: Persian Indigo. HEX triplet: 30, 0F and 8B. RGB value is (48,15,139). Sum of RGB (Red+Green+Blue) = 48+15+139=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #300F8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300F8B is #CFF074. Grayscale: #262626. Windows color (decimal): -13627509 or 9113392. OLE color: 9113392.

HSL color Cylindrical-coordinate representation of color #300F8B: hue angle of 255.97º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300F8B is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 15 139 -
CMYK 0.65 0.89 0 0.45
HSL 255.97º 0.81% 0.3% -
HSV(B) 255.97º 0.89% 0.55% -
XYZ 6.05 2.83 24.65 -
YUV 39 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 48 15 139 0.65 0.89 0 0.45 255.97 0.81 0.3
Hex 30 F 8B 41 59 0 2D 100 51 1E
Octal 60 17 213 101 131 0 55 400 121 36
Binary 110000 1111 10001011 1000001 1011001 0 101101 100000000 1010001 11110

Color Harmonies of #300F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F8B

Black with #300F8B

Text Example


Text Example

White with #300F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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