Html Css Color HEX #25017B Persian Indigo

📋 copy color: '#25017B'

red 37 ◦ green 1 ◦ blue 123

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

Shades of Persian Indigo #25017B

Tints of Persian Indigo #25017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 22.98%
G = 0.62%
B = 76.4%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25017B (or 0x25017B) is known color: Persian Indigo. HEX triplet: 25, 01 and 7B. RGB value is (37,1,123). Sum of RGB (Red+Green+Blue) = 37+1+123=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #25017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25017B is #DAFE84. Grayscale: #191919. Windows color (decimal): -14352005 or 8061221. OLE color: 8061221.

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

Color convert

RGB 37 1 123 -
CMYK 0.70 0.99 0 0.52
HSL 257.7º 0.98% 0.24% -
HSV(B) 257.7º 0.99% 0.48% -
XYZ 4.35 1.85 18.87 -
YUV 25.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 37 1 123 0.70 0.99 0 0.52 257.7 0.98 0.24
Hex 25 1 7B 46 63 0 34 102 62 18
Octal 45 1 173 106 143 0 64 402 142 30
Binary 100101 1 1111011 1000110 1100011 0 110100 100000010 1100010 11000

Color Harmonies of #25017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25017B

Black with #25017B

Text Example


Text Example

White with #25017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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