Html Css Color HEX #250F69 Persian Indigo

📋 copy color: '#250F69'

red 37 ◦ green 15 ◦ blue 105

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

Shades of Persian Indigo #250F69

Tints of Persian Indigo #250F69

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.55%

 BLUE value IS 105 (41.41% from 255) = 66.88%

R = 23.57%
G = 9.55%
B = 66.88%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250F69 (or 0x250F69) is known color: Persian Indigo. HEX triplet: 25, 0F and 69. RGB value is (37,15,105). Sum of RGB (Red+Green+Blue) = 37+15+105=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #250F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F69 is #DAF096. Grayscale: #1F1F1F. Windows color (decimal): -14348439 or 6885157. OLE color: 6885157.

HSL color Cylindrical-coordinate representation of color #250F69: hue angle of 254.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250F69 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 15 105 -
CMYK 0.65 0.86 0 0.59
HSL 254.67º 0.75% 0.24% -
HSV(B) 254.67º 0.86% 0.41% -
XYZ 3.48 1.75 13.52 -
YUV 31.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 37 15 105 0.65 0.86 0 0.59 254.67 0.75 0.24
Hex 25 F 69 41 56 0 3B FF 4B 18
Octal 45 17 151 101 126 0 73 377 113 30
Binary 100101 1111 1101001 1000001 1010110 0 111011 11111111 1001011 11000

Color Harmonies of #250F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F69

Black with #250F69

Text Example


Text Example

White with #250F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F69; }

 p { color: rgb(37,15,105); }

 H1.HeaderClassName
 {
   color: #250F69;
 }
 .AnyTagClassName
 {
   color: #250F69;
 }
</style>

background-color css

<style>
 a { background-color: #250F69; }

 a { background-color: rgb(37,15,105); }

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

border-color css

<style>
 span { border-color: #250F69; }

 span { border-color: rgb(37,15,105); }

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