Html Css Color HEX #30189C Persian Indigo

📋 copy color: '#30189C'

red 48 ◦ green 24 ◦ blue 156

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

Shades of Persian Indigo #30189C

Tints of Persian Indigo #30189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.42%

R = 21.05%
G = 10.53%
B = 68.42%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30189C (or 0x30189C) is known color: Persian Indigo. HEX triplet: 30, 18 and 9C. RGB value is (48,24,156). Sum of RGB (Red+Green+Blue) = 48+24+156=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #30189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30189C is #CFE763. Grayscale: #2D2D2D. Windows color (decimal): -13625188 or 10229808. OLE color: 10229808.

HSL color Cylindrical-coordinate representation of color #30189C: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30189C is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 24 156 -
CMYK 0.69 0.85 0 0.39
HSL 250.91º 0.73% 0.35% -
HSV(B) 250.91º 0.85% 0.61% -
XYZ 7.55 3.68 31.77 -
YUV 46.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 48 24 156 0.69 0.85 0 0.39 250.91 0.73 0.35
Hex 30 18 9C 45 55 0 27 FB 49 23
Octal 60 30 234 105 125 0 47 373 111 43
Binary 110000 11000 10011100 1000101 1010101 0 100111 11111011 1001001 100011

Color Harmonies of #30189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30189C

Black with #30189C

Text Example


Text Example

White with #30189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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