Html Css Color HEX #30197B Persian Indigo

📋 copy color: '#30197B'

red 48 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #30197B

Tints of Persian Indigo #30197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 123 (48.44% from 255) = 62.76%

R = 24.49%
G = 12.76%
B = 62.76%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30197B (or 0x30197B) is known color: Persian Indigo. HEX triplet: 30, 19 and 7B. RGB value is (48,25,123). Sum of RGB (Red+Green+Blue) = 48+25+123=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #30197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30197B is #CFE684. Grayscale: #2A2A2A. Windows color (decimal): -13624965 or 8067376. OLE color: 8067376.

HSL color Cylindrical-coordinate representation of color #30197B: hue angle of 254.08º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30197B is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 25 123 -
CMYK 0.61 0.80 0 0.52
HSL 254.08º 0.66% 0.29% -
HSV(B) 254.08º 0.8% 0.48% -
XYZ 5.14 2.75 19 -
YUV 43.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 48 25 123 0.61 0.80 0 0.52 254.08 0.66 0.29
Hex 30 19 7B 3D 50 0 34 FE 42 1D
Octal 60 31 173 75 120 0 64 376 102 35
Binary 110000 11001 1111011 111101 1010000 0 110100 11111110 1000010 11101

Color Harmonies of #30197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30197B

Black with #30197B

Text Example


Text Example

White with #30197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30197B; }

 p { color: rgb(48,25,123); }

 H1.HeaderClassName
 {
   color: #30197B;
 }
 .AnyTagClassName
 {
   color: #30197B;
 }
</style>

background-color css

<style>
 a { background-color: #30197B; }

 a { background-color: rgb(48,25,123); }

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

border-color css

<style>
 span { border-color: #30197B; }

 span { border-color: rgb(48,25,123); }

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