Html Css Color HEX #251A85 Persian Indigo

📋 copy color: '#251A85'

red 37 ◦ green 26 ◦ blue 133

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

Shades of Persian Indigo #251A85

Tints of Persian Indigo #251A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.27%

 BLUE value IS 133 (52.34% from 255) = 67.86%

R = 18.88%
G = 13.27%
B = 67.86%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#251A85 (or 0x251A85) is known color: Persian Indigo. HEX triplet: 25, 1A and 85. RGB value is (37,26,133). Sum of RGB (Red+Green+Blue) = 37+26+133=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #251A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251A85 is #DAE57A. Grayscale: #292929. Windows color (decimal): -14345595 or 8722981. OLE color: 8722981.

HSL color Cylindrical-coordinate representation of color #251A85: hue angle of 246.17º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251A85 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 26 133 -
CMYK 0.72 0.80 0 0.48
HSL 246.17º 0.67% 0.31% -
HSV(B) 246.17º 0.8% 0.52% -
XYZ 5.37 2.83 22.45 -
YUV 41.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 37 26 133 0.72 0.80 0 0.48 246.17 0.67 0.31
Hex 25 1A 85 48 50 0 30 F6 43 1F
Octal 45 32 205 110 120 0 60 366 103 37
Binary 100101 11010 10000101 1001000 1010000 0 110000 11110110 1000011 11111

Color Harmonies of #251A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A85

Black with #251A85

Text Example


Text Example

White with #251A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251A85; }

 p { color: rgb(37,26,133); }

 H1.HeaderClassName
 {
   color: #251A85;
 }
 .AnyTagClassName
 {
   color: #251A85;
 }
</style>

background-color css

<style>
 a { background-color: #251A85; }

 a { background-color: rgb(37,26,133); }

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

border-color css

<style>
 span { border-color: #251A85; }

 span { border-color: rgb(37,26,133); }

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