Html Css Color HEX #2F237D Persian Indigo

📋 copy color: '#2F237D'

red 47 ◦ green 35 ◦ blue 125

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

Shades of Persian Indigo #2F237D

Tints of Persian Indigo #2F237D

RGB

 RED value IS 47 (18.75% from 255) = 22.71%

 GREEN value IS 35 (14.06% from 255) = 16.91%

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 22.71%
G = 16.91%
B = 60.39%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F237D (or 0x2F237D) is known color: Persian Indigo. HEX triplet: 2F, 23 and 7D. RGB value is (47,35,125). Sum of RGB (Red+Green+Blue) = 47+35+125=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F237D is #D0DC82. Grayscale: #303030. Windows color (decimal): -13687939 or 8201007. OLE color: 8201007.

HSL color Cylindrical-coordinate representation of color #2F237D: hue angle of 248º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F237D is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 35 125 -
CMYK 0.62 0.72 0 0.51
HSL 248º 0.56% 0.31% -
HSV(B) 248º 0.72% 0.49% -
XYZ 5.47 3.29 19.75 -
YUV 48.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 47 35 125 0.62 0.72 0 0.51 248 0.56 0.31
Hex 2F 23 7D 3E 48 0 33 F8 38 1F
Octal 57 43 175 76 110 0 63 370 70 37
Binary 101111 100011 1111101 111110 1001000 0 110011 11111000 111000 11111

Color Harmonies of #2F237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F237D

Black with #2F237D

Text Example


Text Example

White with #2F237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F237D; }

 p { color: rgb(47,35,125); }

 H1.HeaderClassName
 {
   color: #2F237D;
 }
 .AnyTagClassName
 {
   color: #2F237D;
 }
</style>

background-color css

<style>
 a { background-color: #2F237D; }

 a { background-color: rgb(47,35,125); }

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

border-color css

<style>
 span { border-color: #2F237D; }

 span { border-color: rgb(47,35,125); }

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