Html Css Color HEX #30187C Persian Indigo

📋 copy color: '#30187C'

red 48 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #30187C

Tints of Persian Indigo #30187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 24.49%
G = 12.24%
B = 63.27%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30187C (or 0x30187C) is known color: Persian Indigo. HEX triplet: 30, 18 and 7C. RGB value is (48,24,124). Sum of RGB (Red+Green+Blue) = 48+24+124=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #30187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30187C is #CFE783. Grayscale: #2A2A2A. Windows color (decimal): -13625220 or 8132656. OLE color: 8132656.

HSL color Cylindrical-coordinate representation of color #30187C: hue angle of 254.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30187C is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 24 124 -
CMYK 0.61 0.81 0 0.51
HSL 254.4º 0.68% 0.29% -
HSV(B) 254.4º 0.81% 0.49% -
XYZ 5.18 2.74 19.32 -
YUV 42.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 48 24 124 0.61 0.81 0 0.51 254.4 0.68 0.29
Hex 30 18 7C 3D 51 0 33 FE 44 1D
Octal 60 30 174 75 121 0 63 376 104 35
Binary 110000 11000 1111100 111101 1010001 0 110011 11111110 1000100 11101

Color Harmonies of #30187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30187C

Black with #30187C

Text Example


Text Example

White with #30187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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