Html Css Color HEX #230671 Persian Indigo

📋 copy color: '#230671'

red 35 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #230671

Tints of Persian Indigo #230671

RGB

 RED value IS 35 (14.06% from 255) = 22.73%

 GREEN value IS 6 (2.73% from 255) = 3.9%

 BLUE value IS 113 (44.53% from 255) = 73.38%

R = 22.73%
G = 3.9%
B = 73.38%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230671 (or 0x230671) is known color: Persian Indigo. HEX triplet: 23, 06 and 71. RGB value is (35,6,113). Sum of RGB (Red+Green+Blue) = 35+6+113=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #230671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230671 is #DCF98E. Grayscale: #1A1A1A. Windows color (decimal): -14481807 or 7407139. OLE color: 7407139.

HSL color Cylindrical-coordinate representation of color #230671: hue angle of 256.26º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230671 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 6 113 -
CMYK 0.69 0.95 0 0.56
HSL 256.26º 0.9% 0.23% -
HSV(B) 256.26º 0.95% 0.44% -
XYZ 3.74 1.68 15.75 -
YUV 26.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 35 6 113 0.69 0.95 0 0.56 256.26 0.9 0.23
Hex 23 6 71 45 5F 0 38 100 5A 17
Octal 43 6 161 105 137 0 70 400 132 27
Binary 100011 110 1110001 1000101 1011111 0 111000 100000000 1011010 10111

Color Harmonies of #230671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230671

Black with #230671

Text Example


Text Example

White with #230671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230671; }

 p { color: rgb(35,6,113); }

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

background-color css

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

 a { background-color: rgb(35,6,113); }

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

border-color css

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

 span { border-color: rgb(35,6,113); }

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