Html Css Color HEX #30187F Persian Indigo

📋 copy color: '#30187F'

red 48 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #30187F

Tints of Persian Indigo #30187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 127 (50% from 255) = 63.82%

R = 24.12%
G = 12.06%
B = 63.82%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30187F (or 0x30187F) is known color: Persian Indigo. HEX triplet: 30, 18 and 7F. RGB value is (48,24,127). Sum of RGB (Red+Green+Blue) = 48+24+127=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #30187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30187F is #CFE780. Grayscale: #2A2A2A. Windows color (decimal): -13625217 or 8329264. OLE color: 8329264.

HSL color Cylindrical-coordinate representation of color #30187F: hue angle of 253.98º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30187F is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 24 127 -
CMYK 0.62 0.81 0 0.50
HSL 253.98º 0.68% 0.3% -
HSV(B) 253.98º 0.81% 0.5% -
XYZ 5.38 2.81 20.34 -
YUV 42.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 48 24 127 0.62 0.81 0 0.50 253.98 0.68 0.3
Hex 30 18 7F 3E 51 0 32 FE 44 1E
Octal 60 30 177 76 121 0 62 376 104 36
Binary 110000 11000 1111111 111110 1010001 0 110010 11111110 1000100 11110

Color Harmonies of #30187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30187F

Black with #30187F

Text Example


Text Example

White with #30187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30187F; }

 p { color: rgb(48,24,127); }

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

background-color css

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

 a { background-color: rgb(48,24,127); }

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

border-color css

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

 span { border-color: rgb(48,24,127); }

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