Html Css Color HEX #25147B Persian Indigo

📋 copy color: '#25147B'

red 37 ◦ green 20 ◦ blue 123

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

Shades of Persian Indigo #25147B

Tints of Persian Indigo #25147B

RGB

 RED value IS 37 (14.84% from 255) = 20.56%

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 20.56%
G = 11.11%
B = 68.33%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25147B (or 0x25147B) is known color: Persian Indigo. HEX triplet: 25, 14 and 7B. RGB value is (37,20,123). Sum of RGB (Red+Green+Blue) = 37+20+123=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #25147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25147B is #DAEB84. Grayscale: #242424. Windows color (decimal): -14347141 or 8066085. OLE color: 8066085.

HSL color Cylindrical-coordinate representation of color #25147B: hue angle of 249.9º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25147B is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 20 123 -
CMYK 0.70 0.84 0 0.52
HSL 249.9º 0.72% 0.28% -
HSV(B) 249.9º 0.84% 0.48% -
XYZ 4.59 2.32 18.95 -
YUV 36.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 37 20 123 0.70 0.84 0 0.52 249.9 0.72 0.28
Hex 25 14 7B 46 54 0 34 FA 48 1C
Octal 45 24 173 106 124 0 64 372 110 34
Binary 100101 10100 1111011 1000110 1010100 0 110100 11111010 1001000 11100

Color Harmonies of #25147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25147B

Black with #25147B

Text Example


Text Example

White with #25147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,20,123); }

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

background-color css

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

 a { background-color: rgb(37,20,123); }

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

border-color css

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

 span { border-color: rgb(37,20,123); }

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